mirror of https://github.com/M66B/FairEmail.git
Is this a good idea?
This commit is contained in:
parent
8d2fb9cfb1
commit
6cc8fbd1e3
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue