|
|
|
|
@ -160,7 +160,7 @@ enum class SessionRow : RowRepresentable { |
|
|
|
|
BUY_IN -> { |
|
|
|
|
val bb: Double? by map |
|
|
|
|
val fee: Double? by map |
|
|
|
|
val buyin: Double? by map |
|
|
|
|
val ratedBuyin: Double? by map |
|
|
|
|
val data = arrayListOf<RowRepresentableEditDescriptor>() |
|
|
|
|
if (bb != null) { |
|
|
|
|
data.add(RowRepresentableEditDescriptor(100.0 * (bb?: 0.0))) |
|
|
|
|
@ -173,7 +173,7 @@ enum class SessionRow : RowRepresentable { |
|
|
|
|
data.add(RowRepresentableEditDescriptor(0)) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
data.add(RowRepresentableEditDescriptor(buyin)) |
|
|
|
|
data.add(RowRepresentableEditDescriptor(ratedBuyin)) |
|
|
|
|
data.add( |
|
|
|
|
RowRepresentableEditDescriptor( |
|
|
|
|
"", |
|
|
|
|
|