mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Added dialog life cycle
This commit is contained in:
@@ -90,7 +90,7 @@ public class FragmentDialogMarkdown extends FragmentDialogEx {
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
Helper.unexpectedError(getFragmentManager(), ex);
|
||||
}
|
||||
}.execute(getContext(), getActivity(), getArguments(), "markdown:read");
|
||||
}.execute(this, getArguments(), "markdown:read");
|
||||
|
||||
return dialog;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user