mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user