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 // Init service
int accounts = db.account().getSynchronizingAccounts().size(); int accounts = db.account().getSynchronizingAccounts().size();
if (accounts > 0) if (accounts > 0) {
eval(context, "boot"); // Reload: watchdog or user might have started service already
reload(context, null, false, "boot");
}
} catch (Throwable ex) { } catch (Throwable ex) {
Log.e(ex); Log.e(ex);
} }

Loading…
Cancel
Save