Upgrade scheduling

This commit is contained in:
M66B
2019-12-12 17:51:39 +01:00
parent 1667bd3e12
commit 7b7ec3ffe1

View File

@@ -186,6 +186,10 @@ public class ApplicationEx extends Application {
editor.putInt("compose_zoom", zoom);
editor.remove("zoom");
}
} else if (version < 844) {
if (prefs.getBoolean("schedule", false))
editor.putBoolean("enabled", true);
}
if (version < BuildConfig.VERSION_CODE)