ubrir_fix_illegal_state_exception_at_fragment_manager replace commitAllowingStateLoss insteadof commit in addToStack function in FragmentNavigation.kt

This commit is contained in:
Leonid Uskov 2024-05-24 12:10:34 +03:00
parent 1259b40d05
commit af59e59c2f
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ open class FragmentNavigation(
}
fragmentTransaction
.setPrimaryNavigationFragment(fragment)
.commit()
.commitAllowingStateLoss()
}
/**