TP-67546 | Neil | Crash: BottomBarFragmentManager stateless commit (#11179)
This commit is contained in:
@@ -55,7 +55,7 @@ fun FragmentContainer(
|
||||
}
|
||||
?: FragmentContainerView(context)
|
||||
.apply { id = containerId }
|
||||
.also { fragmentManager.commit { commit(it.id) } }
|
||||
.also { fragmentManager.commit(allowStateLoss = true) { commit(it.id) } }
|
||||
},
|
||||
update = {}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user