Skip to content

Commit b25fe91

Browse files
committed
Fix FragmentManager.edit
1 parent d36e707 commit b25fe91

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

extensionslib/src/main/java/com/omega_r/libs/extensions/fragment/FragmentManagerExtensions.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ inline fun FragmentManager.edit(
1111
beginTransaction()
1212
.apply(block)
1313
.apply {
14-
commitAllowingStateLoss()
1514
if (commitNow) {
1615
if (allowingStateLoss) {
1716
commitNowAllowingStateLoss()

0 commit comments

Comments
 (0)