Never overlook the obvious

pull/178/head
M66B 5 years ago
parent e0d259a48e
commit 363e206a24

@ -1783,8 +1783,10 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
// Init service
int accounts = db.account().getSynchronizingAccounts().size();
if (accounts > 0)
eval(context, "boot");
if (accounts > 0) {
// Reload: watchdog or user might have started service already
reload(context, null, false, "boot");
}
} catch (Throwable ex) {
Log.e(ex);
}

Loading…
Cancel
Save