[fenix] For https://github.com/mozilla-mobile/fenix/issues/11182: Set click listener to full layout instead of just icon.

pull/600/head
mcarare 4 years ago committed by Emily Kager
parent 504840944e
commit d60a85e3b8

@ -90,7 +90,7 @@ class CollectionCreationBottomBarView(
setImageDrawable(drawable)
contentDescription = null
importantForAccessibility = View.IMPORTANT_FOR_ACCESSIBILITY_NO
setOnClickListener { interactor.addNewCollection() }
}
layout.setOnClickListener { interactor.addNewCollection() }
}
}

Loading…
Cancel
Save