Disable auto optimize on update

This commit is contained in:
M66B 2020-06-12 08:40:31 +02:00
parent 92b585d792
commit 0c27ecf949
1 changed files with 2 additions and 1 deletions

View File

@ -278,7 +278,8 @@ public class ApplicationEx extends Application {
} else if (version < 1181) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");
}
} else if (version < 1195)
editor.remove("auto_optimize");
if (version < BuildConfig.VERSION_CODE)
editor.putInt("previous_version", version);