|
|
|
@ -588,15 +588,15 @@ open class Session : RealmObject(), Identifiable, Manageable, StaticRowRepresent |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
if (!isTournament()) { |
|
|
|
// if (!isTournament()) { |
|
|
|
rows.add( |
|
|
|
// rows.add( |
|
|
|
CustomizableRowRepresentable( |
|
|
|
// CustomizableRowRepresentable( |
|
|
|
RowViewType.HEADER_TITLE_VALUE, |
|
|
|
// RowViewType.HEADER_TITLE_VALUE, |
|
|
|
resId = R.string.bankroll_variation, |
|
|
|
// resId = R.string.bankroll_variation, |
|
|
|
computedStat = ComputedStat(Stat.HOURLY_RATE, 0.0, CurrencyUtils.getCurrency(bankroll)) |
|
|
|
// computedStat = ComputedStat(Stat.HOURLY_RATE, 0.0, CurrencyUtils.getCurrency(bankroll)) |
|
|
|
) |
|
|
|
// ) |
|
|
|
) |
|
|
|
// ) |
|
|
|
} |
|
|
|
// } |
|
|
|
rows.add(SeparatorRowRepresentable()) |
|
|
|
rows.add(SeparatorRowRepresentable()) |
|
|
|
} |
|
|
|
} |
|
|
|
else -> { |
|
|
|
else -> { |
|
|
|
|