|
|
|
|
@ -176,13 +176,11 @@ enum class SessionRow : RowRepresentable { |
|
|
|
|
data.add(RowRepresentableEditDescriptor(ratedBuyin)) |
|
|
|
|
data.add( |
|
|
|
|
RowRepresentableEditDescriptor( |
|
|
|
|
"", |
|
|
|
|
inputType = InputType.TYPE_CLASS_NUMBER or InputType.TYPE_NUMBER_FLAG_DECIMAL |
|
|
|
|
) |
|
|
|
|
) |
|
|
|
|
data.add( |
|
|
|
|
RowRepresentableEditDescriptor( |
|
|
|
|
"", |
|
|
|
|
inputType = InputType.TYPE_CLASS_NUMBER or InputType.TYPE_NUMBER_FLAG_DECIMAL |
|
|
|
|
) |
|
|
|
|
) |
|
|
|
|
@ -205,7 +203,6 @@ enum class SessionRow : RowRepresentable { |
|
|
|
|
BREAK_TIME -> { |
|
|
|
|
arrayListOf( |
|
|
|
|
RowRepresentableEditDescriptor( |
|
|
|
|
"", |
|
|
|
|
hint = R.string.in_minutes, inputType = InputType.TYPE_CLASS_NUMBER |
|
|
|
|
) |
|
|
|
|
) |
|
|
|
|
|