mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Refactoring
This commit is contained in:
@@ -158,7 +158,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" // restart account(s)
|
||||
"enabled", "poll_interval", "last_daily" // restart account(s)
|
||||
));
|
||||
|
||||
private static final List<String> PREF_RELOAD = Collections.unmodifiableList(Arrays.asList(
|
||||
|
||||
Reference in New Issue
Block a user