|
|
|
@ -619,7 +619,8 @@ open class Session : RealmObject(), Savable, Editable, StaticRowRepresentableDat |
|
|
|
if (cgBigBlind == null) return |
|
|
|
if (cgBigBlind == null) return |
|
|
|
cgBigBlind?.let { bb -> |
|
|
|
cgBigBlind?.let { bb -> |
|
|
|
val sb = cgSmallBlind ?: bb / 2.0 |
|
|
|
val sb = cgSmallBlind ?: bb / 2.0 |
|
|
|
blinds = "${currency.symbol} ${sb.formatted()}/${bb.round()}" |
|
|
|
val preFormattedBlinds = "${sb.formatted()}/${bb.round()}" |
|
|
|
|
|
|
|
blinds = bb.toCurrency(currency).replace(Regex.fromLiteral("-?\\d+(\\.\\d+)?"), preFormattedBlinds) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|