mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Set hide task rewards clickable across row
This commit is contained in:
parent
f2ff0318d4
commit
5be60d649f
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ class SettingsViewHolder(itemView: View) : BindableViewHolder<SettingsItem>(item
|
|||
val radio = RadioButton(itemView.context)
|
||||
radio.isChecked = data.value as? Boolean == true
|
||||
radio.isEnabled = false
|
||||
radio.isClickable = false
|
||||
widget = radio
|
||||
binding.row.addView(radio)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue