mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Prevent error dialog for gone fragment manager
This commit is contained in:
parent
52d9a2f323
commit
2f0ecf982a
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ public class FragmentDialogSearch extends FragmentDialogBase {
|
|||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
Log.unexpectedError(getParentFragmentManager(), ex);
|
||||
Log.e(ex);
|
||||
}
|
||||
}.execute(getContext(), getViewLifecycleOwner(), getArguments(), "search:raw");
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue