1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 11:15:51 +00:00
This commit is contained in:
M66B 2020-01-10 12:31:28 +01:00
parent 4ce04544a9
commit 0911eb782f

View file

@ -284,11 +284,6 @@ 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) {
Log.unexpectedError(getParentFragmentManager(), ex);