SnippetManager backstack

I got a little confused about justifying the lag behind the FragmentManager.

Given that the object has two containers for placing different fragments: the problem is that when adding fragments to two containers using a fragment transaction, the freeze counter will increase, regardless of the container used.

It makes no sense to me. If this is not an advanced way to do this in Android, then how can we manage two backstacks independently within the same activity (there is only one FragmentManager per activity)?
I probably just missed something obvious here.

+4
source share
1 answer

- , , Activity.

FragmentManager, Activity, , , , FragmentTransaction, . , @hackbod :

, FragmentTransaction.detach.

0

Source: https://habr.com/ru/post/1687468/