This commit is contained in:
M66B
2024-06-13 08:15:19 +02:00
parent 133a1309af
commit a12a69ac6d

View File

@@ -877,9 +877,6 @@ public class ApplicationEx extends Application
} else if (version < 2197) {
if (!prefs.contains("overview_mode"))
editor.putBoolean("overview_mode", false);
} else if (version < 2201) {
if ("a".equals(BuildConfig.REVISION))
editor.remove("reformatted_hint");
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)