Renamed setting

This commit is contained in:
M66B
2019-11-15 14:27:28 +01:00
parent 4981b569b5
commit fe9ca75d9a
5 changed files with 21 additions and 14 deletions

View File

@@ -173,6 +173,12 @@ public class ApplicationEx extends Application {
editor.putInt("default_snooze", hours);
editor.remove("notify_snooze_duration");
}
} else if (version < 819) {
if (prefs.contains("no_history")) {
editor.putBoolean("secure", prefs.getBoolean("no_history", false));
editor.remove("no_history");
}
}
if (version < BuildConfig.VERSION_CODE)