Is this a good idea?

This commit is contained in:
M66B 2021-08-23 10:23:49 +02:00
parent 8d2fb9cfb1
commit 6cc8fbd1e3
1 changed files with 3 additions and 0 deletions

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);