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