1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 06:01:12 +00:00

Minor fix

This commit is contained in:
M66B 2018-12-12 19:31:51 +01:00
parent 1ca04850f1
commit a03b41506c

View file

@ -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();