Updated text

This commit is contained in:
M66B
2023-02-20 11:01:01 +01:00
parent 4a0e57e275
commit fe543767c6
2 changed files with 7 additions and 2 deletions

View File

@@ -679,7 +679,8 @@ public class ApplicationEx extends Application
} else if (version < 2029) {
if (!prefs.contains("plain_only_reply"))
editor.putBoolean("plain_only_reply", true);
}
} else if (version < 2046)
editor.remove("message_junk");
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");