@ -652,6 +652,10 @@ class HandHistoryViewModel : ViewModel(), RowRepresentableDataSource, CardCentra
override fun isEnabled(row: RowRepresentable, tag: Int): Boolean {
if (!this.isEdited) {
return false
}
return when (row) {
is PlayerSetupRow -> {
when (tag) {