Remove redundant call to superclass click listener

This commit is contained in:
Jonny Andrew 2022-10-24 09:19:01 +01:00
parent f52aaef645
commit 9da575b4d0
No known key found for this signature in database
GPG Key ID: 2B6F5CF6A1EEB0B8
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ class BottomSheetActionButton @JvmOverloads constructor(
val views: ViewBottomSheetActionButtonBinding
override fun setOnClickListener(l: OnClickListener?) {
super.setOnClickListener(l)
views.bottomSheetActionClickableZone.setOnClickListener(l)
}