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