1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 22:51:02 +00:00

Is this a good idea?

This commit is contained in:
M66B 2021-08-23 10:23:49 +02:00
parent 8d2fb9cfb1
commit 6cc8fbd1e3

View file

@ -222,6 +222,9 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
args.putLong("account", -1);
}
//if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
// getSupportFragmentManager().popBackStack("compose", FragmentManager.POP_BACK_STACK_INCLUSIVE);
FragmentCompose fragment = new FragmentCompose();
fragment.setArguments(args);