Enabled conversation actions by default on Google devices only

This commit is contained in:
M66B
2021-11-04 07:26:37 +01:00
parent dc163ff447
commit 4ab16ce1a3
4 changed files with 8 additions and 6 deletions

View File

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