VACUUM on update only

This commit is contained in:
M66B
2019-10-19 20:00:41 +02:00
parent a0d620e0f9
commit fd8ad2d07e
2 changed files with 6 additions and 8 deletions

View File

@@ -175,6 +175,9 @@ public class ApplicationEx extends Application {
}
}
if (version < BuildConfig.VERSION_CODE)
editor.putBoolean("vacuum", true);
if (BuildConfig.DEBUG && false) {
editor.remove("app_support");
editor.remove("notify_archive");