mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
CheckmarkButtonView: Make focusable
This commit is contained in:
@@ -83,7 +83,6 @@ class CheckmarkButtonView(
|
||||
private var drawer = Drawer()
|
||||
|
||||
init {
|
||||
isFocusable = false
|
||||
setOnClickListener(this)
|
||||
setOnLongClickListener(this)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user