Minor fix

This commit is contained in:
M66B 2018-12-12 19:31:51 +01:00
parent 1ca04850f1
commit a03b41506c
1 changed files with 1 additions and 0 deletions

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