@ -199,11 +200,15 @@ class HandHistoryFragment : RealmFragment(), RowRepresentableDelegate, KeyboardL
when(requestCode){
when(requestCode){
RequestCode.PLAYER_SELECTION.ordinal->{
RequestCode.PLAYER_SELECTION.ordinal->{
valplayerId=data?.getStringExtra(BaseFragment.BundleKey.PRIMARY_KEY.value)?:throwPAIllegalStateException("Primary key not set where as activity has finished")
valplayerId=data?.getStringExtra(BaseFragment.BundleKey.PRIMARY_KEY.value)?:throwPAIllegalStateException("Primary key not set where as activity has finished")
}?:throwPAIllegalStateException("Player (id=$playerId) not found")