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()) {
rows.add(
CustomizableRowRepresentable(
RowViewType.HEADER_TITLE_VALUE,
resId = R.string.bankroll_variation,
computedStat = ComputedStat(Stat.HOURLY_RATE, 0.0, CurrencyUtils.getCurrency(bankroll))
)
)
}
// if (!isTournament()) {
// rows.add(
// CustomizableRowRepresentable(
// RowViewType.HEADER_TITLE_VALUE,
// resId = R.string.bankroll_variation,
// computedStat = ComputedStat(Stat.HOURLY_RATE, 0.0, CurrencyUtils.getCurrency(bankroll))
// )
// )
// }
rows.add(SeparatorRowRepresentable())
}
else -> {

Loading…
Cancel
Save