Fix currency selection disabled state.

This commit is contained in:
Alex Hart
2022-05-09 13:28:49 -03:00
parent 431f5501c6
commit c698bfca44
6 changed files with 42 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ object CurrencySelection {
override fun bind(model: Model) {
spinner.text = model.selectedCurrency.currencyCode
spinner.isEnabled = model.isEnabled
itemView.setOnClickListener { model.onClick() }