The code below does not work well because when this fragment is removed, the structural that belongs to if uses actualBatch to skip removing all descendants one-by-one.
However, the layout items deeper in the tree are not removed properly from the container that contains welcome.
The code below does not work well because when this fragment is removed, the structural that belongs to
if
usesactualBatch
to skip removing all descendants one-by-one.However, the layout items deeper in the tree are not removed properly from the container that contains
welcome
.