|
|
|
@ -227,7 +227,7 @@ class SessionFragment : RealmFragment(), RowRepresentableDelegate { |
|
|
|
} |
|
|
|
} |
|
|
|
SessionRow.HANDS -> { |
|
|
|
SessionRow.HANDS -> { |
|
|
|
val hhIds = this.currentSession.handHistories?.map { it.id }?.toTypedArray() |
|
|
|
val hhIds = this.currentSession.handHistories?.map { it.id }?.toTypedArray() |
|
|
|
DataListActivity.newDialogInstance(this, LiveData.HAND_HISTORY, false, hhIds) |
|
|
|
DataListActivity.newDialogInstance(this, LiveData.HAND_HISTORY, false, hhIds, false) |
|
|
|
} |
|
|
|
} |
|
|
|
else -> BottomSheetFragment.create(requireFragmentManager(), row, this, data, currentCurrency = currentSession.currency) |
|
|
|
else -> BottomSheetFragment.create(requireFragmentManager(), row, this, data, currentCurrency = currentSession.currency) |
|
|
|
} |
|
|
|
} |
|
|
|
|