Default reset snooze

This commit is contained in:
M66B
2022-12-18 22:00:00 +01:00
parent f84c332c9e
commit 1e29cb9893
3 changed files with 5 additions and 2 deletions

View File

@@ -668,6 +668,9 @@ public class ApplicationEx extends Application
editor.putBoolean("compose_style", prefs.getBoolean("compose_block", false));
editor.remove("compose_block");
}
} else if (version < 2016) {
if (!prefs.contains("reset_snooze"))
editor.putBoolean("reset_snooze", false);
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)