1
0
Fork 0

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

master
mcarare 2020-06-03 18:32:49 +03:00 committed by Emily Kager
parent cda6995ca7
commit 68286d263a
1 changed files with 1 additions and 1 deletions

View File

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