You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You mean to use setOnItemClickListener, onClickListener will detect clicks to the entire view and intercept touches as you have seen. This is useful in rare circumstances when you want to render the normal UI but intercept all touches and detect when the entire view is clicked.
OnClickListener is blocking the scroll. What I can do?
The text was updated successfully, but these errors were encountered: