|
|
|
|
@ -441,7 +441,7 @@ class HandHistoryAdapter( |
|
|
|
|
|
|
|
|
|
val actionReadRow = row as ActionReadRow |
|
|
|
|
itemView.playersText.text = actionReadRow.positions.map { it.value }.joinToString(", ") |
|
|
|
|
itemView.actionText.text = actionReadRow.action.localizedTitle(itemView.context) |
|
|
|
|
itemView.actionText.text = actionReadRow.action?.localizedTitle(itemView.context) |
|
|
|
|
itemView.amountText.text = actionReadRow.amount?.formatted() |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|