mirror of https://github.com/M66B/FairEmail.git
Added force reload feedback
This commit is contained in:
parent
2b259a6a85
commit
a344c2a270
|
@ -132,6 +132,7 @@ public class FragmentOperations extends FragmentBase {
|
|||
|
||||
private void onMenuForceReload() {
|
||||
ServiceSynchronize.reload(getContext(), null, true, "operations");
|
||||
ToastEx.makeText(getContext(), R.string.title_force_reload, Toast.LENGTH_LONG).show();
|
||||
}
|
||||
|
||||
public static class FragmentDialogDelete extends FragmentDialogBase {
|
||||
|
|
Loading…
Reference in New Issue