remove Bankroll Variation row for now

feature/top10
Laurent 7 years ago
parent 3ba22318f0
commit 8ec2e617e0
  1. 18
      app/src/main/java/net/pokeranalytics/android/model/realm/Session.kt

@ -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 -> {

Loading…
Cancel
Save