mirror of https://github.com/M66B/FairEmail.git
Minor fix
This commit is contained in:
parent
1ca04850f1
commit
a03b41506c
|
@ -1664,6 +1664,7 @@ public class FragmentCompose extends FragmentEx {
|
|||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
busy = false;
|
||||
Helper.setViewsEnabled(view, true);
|
||||
getActivity().invalidateOptionsMenu();
|
||||
|
||||
|
|
Loading…
Reference in New Issue