|
|
|
|
@ -891,7 +891,7 @@ class HandHistoryViewModel : ViewModel(), RowRepresentableDataSource, CardCentra |
|
|
|
|
fun setAnte(ante: Double) { |
|
|
|
|
this.handHistory.ante = ante |
|
|
|
|
|
|
|
|
|
val positionIndexes = (0..this.handHistory.numberOfPlayers).toList() |
|
|
|
|
val positionIndexes = (0 until this.handHistory.numberOfPlayers).toList() |
|
|
|
|
this.sortedActions.updateRemainingStacksForPositions(positionIndexes) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|