mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Disable conversation actions by default
This commit is contained in:
@@ -541,6 +541,10 @@ 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);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
editor.remove("background_service");
|
||||
|
||||
Reference in New Issue
Block a user