mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 18:26:57 +00:00
Fix currency selection disabled state.
This commit is contained in:
@@ -36,6 +36,7 @@ object CurrencySelection {
|
||||
|
||||
override fun bind(model: Model) {
|
||||
spinner.text = model.selectedCurrency.currencyCode
|
||||
spinner.isEnabled = model.isEnabled
|
||||
|
||||
itemView.setOnClickListener { model.onClick() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user