mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Use dialog fragment for unexpected errors
This commit is contained in:
@@ -97,7 +97,7 @@ public class FragmentDialogFolder extends DialogFragment {
|
||||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
Helper.unexpectedError(getContext(), getActivity(), ex);
|
||||
Helper.unexpectedError(getFragmentManager(), ex);
|
||||
}
|
||||
}.execute(getContext(), getActivity(), args, "folder:select");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user