CheckmarkButtonView: Make focusable

This commit is contained in:
Alinson S. Xavier 2022-01-02 11:52:51 -06:00
parent dba5912ecd
commit 2f13aba22c
No known key found for this signature in database
GPG Key ID: DCA0DAD4D2F58624

View File

@ -83,7 +83,6 @@ class CheckmarkButtonView(
private var drawer = Drawer()
init {
isFocusable = false
setOnClickListener(this)
setOnLongClickListener(this)
}