mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Upgrade scheduling
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user