mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01: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