mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Enabled conversation actions by default on Google devices only
This commit is contained in:
@@ -541,10 +541,8 @@ public class ApplicationEx extends Application
|
||||
editor.putBoolean("discard_delete", false);
|
||||
} else if (version < 1753)
|
||||
repairFolders(context);
|
||||
else if (version < 1771) {
|
||||
if (!prefs.contains("conversation_actions"))
|
||||
editor.putBoolean("conversation_actions", false);
|
||||
}
|
||||
else if (version < 1772)
|
||||
editor.remove("conversation_actions");
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
editor.remove("background_service");
|
||||
|
||||
Reference in New Issue
Block a user