Fixed schedule with all days off

master
M66B 1 month ago
parent d276d66d56
commit 2e3446db1b

@ -3505,7 +3505,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
if (!found) { if (!found) {
if (BuildConfig.DEBUG) if (BuildConfig.DEBUG)
Log.i("@@@ not found"); Log.i("@@@ not found");
return null; return new long[]{0, 0}; // no day found
} }
long start = calStart.getTimeInMillis(); long start = calStart.getTimeInMillis();

Loading…
Cancel
Save