mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Simplification
This commit is contained in:
@@ -1418,7 +1418,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
am.cancel(piAlarm);
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
if (!prefs.getBoolean("schedule", false))
|
||||
if (!prefs.getBoolean("schedule", false) || !Helper.isPro(context))
|
||||
return;
|
||||
|
||||
int minuteStart = prefs.getInt("schedule_start", 0);
|
||||
|
||||
Reference in New Issue
Block a user