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

Merged
1 changed files with 1 additions and 1 deletions

View File

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