Refactoring

This commit is contained in:
M66B
2023-12-02 08:22:18 +01:00
parent 7f18979613
commit dd14f680b6
2 changed files with 1 additions and 2 deletions

View File

@@ -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(