mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Disable double back by default
This commit is contained in:
@@ -461,6 +461,9 @@ public class ApplicationEx extends Application
|
||||
} else if (version < 1535) {
|
||||
editor.remove("identities_asked");
|
||||
editor.remove("identities_primary_hint");
|
||||
} else if (version < 1539) {
|
||||
if (!prefs.contains("double_back"))
|
||||
editor.putBoolean("double_back", true);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user