Sqlite sync extra

This commit is contained in:
M66B
2022-08-31 09:09:42 +02:00
parent b4167551df
commit 75b688dad0
5 changed files with 55 additions and 6 deletions

View File

@@ -651,7 +651,8 @@ public class ApplicationEx extends Application
} else if (version < 1955) {
if (!prefs.contains("doubletap"))
editor.putBoolean("doubletap", true);
}
} else if (version < 1960)
editor.remove("sqlite_auto_vacuum");
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");