mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Refactoring
This commit is contained in:
@@ -1488,7 +1488,7 @@ public class ServiceSynchronize extends ServiceBase {
|
||||
am.cancel(piAlarm);
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
if (!prefs.getBoolean("schedule", false) || !Helper.isPro(context))
|
||||
if (!prefs.getBoolean("schedule", false) || !ActivityBilling.isPro(context))
|
||||
return;
|
||||
|
||||
int minuteStart = prefs.getInt("schedule_start", 0);
|
||||
|
||||
Reference in New Issue
Block a user