mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
VACUUM on update only
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user