For #11182: Set click listener to full layout instead of just icon.

fennec/production
mcarare 4 years ago committed by Emily Kager
parent cda6995ca7
commit 68286d263a

@ -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