|
|
|
@ -292,10 +292,7 @@ class HandHistoryViewModel : ViewModel(), RowRepresentableDataSource, CardCentra |
|
|
|
rows.add(HandRowType.SETTINGS_HEADER) |
|
|
|
rows.add(HandRowType.SETTINGS_HEADER) |
|
|
|
if (this.settingsExpanded) { |
|
|
|
if (this.settingsExpanded) { |
|
|
|
rows.add(HandRowType.ANTE) |
|
|
|
rows.add(HandRowType.ANTE) |
|
|
|
|
|
|
|
rows.add(HandRowType.BIG_BLIND_ANTE) |
|
|
|
if (this.handSetup.type != Session.Type.CASH_GAME) { |
|
|
|
|
|
|
|
rows.add(HandRowType.BIG_BLIND_ANTE) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Straddle |
|
|
|
// Straddle |
|
|
|
val positions = Position.positionsPerPlayers(this.handHistory.numberOfPlayers) |
|
|
|
val positions = Position.positionsPerPlayers(this.handHistory.numberOfPlayers) |
|
|
|
|