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
I registered an setOnItemClickListener to the StaggeredGridView which works as expected besides one exception:
If I scroll up as far as possible (i. e. scroll up just after initialization) and lift the finger, an onItemClick event is triggered for the item of my current finger position. It looks like there is a missinterpretation of the scroll gesture by the GridView.
The text was updated successfully, but these errors were encountered:
I registered an setOnItemClickListener to the StaggeredGridView which works as expected besides one exception:
If I scroll up as far as possible (i. e. scroll up just after initialization) and lift the finger, an onItemClick event is triggered for the item of my current finger position. It looks like there is a missinterpretation of the scroll gesture by the GridView.
The text was updated successfully, but these errors were encountered: