|
|
|
@ -359,6 +359,8 @@ open class Session : RealmObject(), SessionInterface, Savable, |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//TODO V2: Add Bankroll variation |
|
|
|
|
|
|
|
/* |
|
|
|
if (!isTournament()) { |
|
|
|
if (!isTournament()) { |
|
|
|
rows.add( |
|
|
|
rows.add( |
|
|
|
HeaderRowRepresentable( |
|
|
|
HeaderRowRepresentable( |
|
|
|
@ -368,6 +370,7 @@ open class Session : RealmObject(), SessionInterface, Savable, |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
rows.add(SeparatorRowRepresentable()) |
|
|
|
rows.add(SeparatorRowRepresentable()) |
|
|
|
} |
|
|
|
} |
|
|
|
|