mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Disable entire checkbox view when disabled (fixes #2989)
This commit is contained in:
		| @@ -218,6 +218,9 @@ open class ExtendedNavigationView @JvmOverloads constructor( | ||||
|                     val item = items[position] as Item.CheckboxGroup | ||||
|                     holder.check.setText(item.resTitle) | ||||
|                     holder.check.isChecked = item.checked | ||||
|  | ||||
|                     // Allow disabling the holder | ||||
|                     holder.itemView.isClickable = item.enabled | ||||
|                     holder.check.isEnabled = item.enabled | ||||
|                 } | ||||
|                 is MultiStateHolder -> { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user