ubrir_fix_illegal_state_exception_at_fragment_manager replace commitAllowingStateLoss insteadof commit in addToStack function in FragmentNavigation.kt #16
|
|
@ -116,7 +116,7 @@ open class FragmentNavigation(
|
|||
}
|
||||
fragmentTransaction
|
||||
.setPrimaryNavigationFragment(fragment)
|
||||
.commit()
|
||||
.commitAllowingStateLoss()
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue