1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-25 17:27:00 +00:00

Prevent crash

This commit is contained in:
M66B 2022-04-28 09:28:02 +02:00
parent d7039673be
commit 2712c36b50

View file

@ -9290,6 +9290,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
if (owner.getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
manager.popBackStack("search", FragmentManager.POP_BACK_STACK_INCLUSIVE);
if (manager.isDestroyed())
return;
Bundle args = new Bundle();
args.putLong("account", account);
args.putLong("folder", folder);