mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Reset crash report count on update
This commit is contained in:
@@ -163,6 +163,9 @@ public class ApplicationEx extends Application {
|
||||
|
||||
SharedPreferences.Editor editor = prefs.edit();
|
||||
|
||||
if (version < BuildConfig.VERSION_CODE)
|
||||
editor.remove("crash_report_count");
|
||||
|
||||
if (version < 468) {
|
||||
editor.remove("notify_trash");
|
||||
editor.remove("notify_archive");
|
||||
|
||||
Reference in New Issue
Block a user