sephiroth74/HorizontalVariableListView

Android 8 setOnItemClickListener is not Working when clicked on Image

ramgopalcheedu opened this issue · 3 comments

Android 8 setOnItemClickListener is not Working when clicked on Image

Implemented workaround closing issue

what was the workaround?

I found the Solution here: #33 (comment)

basically you would have to clear focus on all focussable child views in the parent View (that goes into the ListView)