Reset crash report count on update

This commit is contained in:
M66B 2020-08-28 08:54:11 +02:00
parent 0cde8d8726
commit 0d645f7ff5
1 changed files with 3 additions and 0 deletions

View File

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