Hide bankroll initial value while it has no use

feature/top10
Laurent 7 years ago
parent 20f5c2d4e3
commit a7a394a434
  1. 2
      app/src/main/java/net/pokeranalytics/android/ui/fragment/BankrollDataFragment.kt

@ -169,7 +169,7 @@ class BankrollDataFragment : EditableDataFragment(), StaticRowRepresentableDataS
rows.clear() rows.clear()
rows.add(SimpleRow.NAME) rows.add(SimpleRow.NAME)
rows.add(BankrollRow.LIVE) rows.add(BankrollRow.LIVE)
rows.add(BankrollRow.INITIAL_VALUE) // rows.add(BankrollRow.INITIAL_VALUE)
rows.add(CustomizableRowRepresentable(customViewType = RowViewType.HEADER_TITLE, resId = R.string.currency)) rows.add(CustomizableRowRepresentable(customViewType = RowViewType.HEADER_TITLE, resId = R.string.currency))
rows.add(BankrollRow.CURRENCY) rows.add(BankrollRow.CURRENCY)
if (this.shouldShowCurrencyRate) { if (this.shouldShowCurrencyRate) {

Loading…
Cancel
Save