Simplification

This commit is contained in:
M66B 2020-11-13 20:48:43 +01:00
parent a411ba7f99
commit 85bceae8d7
1 changed files with 1 additions and 2 deletions

View File

@ -382,9 +382,8 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
else if (version < 1336) {
if (!prefs.contains("beige"))
editor.putBoolean("beige", false);
} else if (version < 1385){
} else if (version < 1385)
editor.remove("parse_classes");
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");