@ -774,9 +774,12 @@ open class Session : RealmObject(), SessionInterface, Manageable, StaticRowRepre
} catch (e: Exception) {
null
}
} else if (value is Game?) {
game = value
} else if (value == null) {
limit = null
game = null
SessionRow.INITIAL_BUY_IN -> tournamentEntryFee = if (value == null) null else (value as String).toDouble()
@ -38,7 +38,6 @@ class BottomSheetListGameFragment : BottomSheetListFragment() {
dismiss()
super.onRowSelected(position, row, fromAction)
/**