mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 10:55:09 +01:00
Added option to force polling on (un)metered networks
This commit is contained in:
@@ -160,7 +160,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
private static final String ACTION_NEW_MESSAGE_COUNT = BuildConfig.APPLICATION_ID + ".NEW_MESSAGE_COUNT";
|
||||
|
||||
private static final List<String> PREF_EVAL = Collections.unmodifiableList(Arrays.asList(
|
||||
"enabled", "poll_interval", "last_daily" // restart account(s)
|
||||
"enabled", "poll_interval", "poll_metered", "poll_unmetered", "last_daily" // restart account(s)
|
||||
));
|
||||
|
||||
private static final List<String> PREF_RELOAD = Collections.unmodifiableList(Arrays.asList(
|
||||
|
||||
Reference in New Issue
Block a user