Optional favicon white background

This commit is contained in:
M66B
2022-02-18 13:40:32 +01:00
parent 4708d86204
commit b95225fc2e
4 changed files with 34 additions and 11 deletions

View File

@@ -581,7 +581,8 @@ public class ApplicationEx extends Application
boolean reply_all = prefs.getBoolean("reply_all", false);
if (reply_all)
editor.remove("reply_all").putString("answer_action", "reply_all");
}
} else if (version < 1841)
ContactInfo.clearCache(context);
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");