Run vacuum manually only

This commit is contained in:
M66B
2019-12-30 08:39:54 +01:00
parent 849c795274
commit 2293cd0bee
2 changed files with 4 additions and 4 deletions

View File

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