Reschedule after manual cleanup

This commit is contained in:
M66B
2019-10-07 08:35:50 +02:00
parent 7221131d78
commit 751aa90001

View File

@@ -310,6 +310,11 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
return null;
}
@Override
protected void onExecuted(Bundle args, Void data) {
ServiceSynchronize.reschedule(getContext());
}
@Override
protected void onException(Bundle args, Throwable ex) {
Helper.unexpectedError(getFragmentManager(), ex);