Fix input type for cashout

feature/top10
Aurelien Hubert 7 years ago
parent 465aa4d410
commit 9cf68a789a
  1. 3
      app/src/main/java/net/pokeranalytics/android/model/realm/Session.kt

@ -454,7 +454,8 @@ open class Session : RealmObject(), SessionInterface, Savable,
data.add(
RowRepresentableEditDescriptor(
result?.cashout?.round(),
inputType = InputType.TYPE_NUMBER_FLAG_SIGNED
inputType = InputType.TYPE_CLASS_NUMBER
or InputType.TYPE_NUMBER_FLAG_DECIMAL
)
)
}

Loading…
Cancel
Save