TP-67546 | Neil | Crash: BottomBarFragmentManager stateless commit (#11179)

This commit is contained in:
Neil Mehta
2024-06-05 19:35:14 +05:30
committed by GitHub
parent 649f498c0c
commit ff4a925be0

View File

@@ -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 = {}
)