mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Reschedule after manual cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user