Manage negative net result keyboard

feature/top10
Aurelien Hubert 7 years ago
parent 1ae178a9c5
commit fda7bbd5c1
  1. 1
      app/src/main/java/net/pokeranalytics/android/model/realm/Session.kt

@ -467,6 +467,7 @@ open class Session : RealmObject(), SessionInterface, Savable,
result?.cashout?.round(),
inputType = InputType.TYPE_CLASS_NUMBER
or InputType.TYPE_NUMBER_FLAG_DECIMAL
or InputType.TYPE_NUMBER_FLAG_SIGNED
)
)
}

Loading…
Cancel
Save