Merge branch 'master' of gitlab.com:stax-river/poker-analytics

feature/top10
Aurelien Hubert 7 years ago
commit 0c9da1e362
  1. 5
      app/src/main/java/net/pokeranalytics/android/model/realm/Session.kt

@ -137,6 +137,11 @@ open class Session : RealmObject(), SessionInterface, Manageable, StaticRowRepre
// The bankroll hosting the results
var bankroll: Bankroll? = null
set(value) {
field = value
this.updateRowRepresentation()
}
// The limit type: NL, PL...
var limit: Int? = null

Loading…
Cancel
Save