master
M66B 3 weeks ago
parent 133a1309af
commit a12a69ac6d

@ -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)

Loading…
Cancel
Save