I have read the post: Fling gesture detection on grid layout and implemented gesture detection. But I have the follow problem. After the action onFling() occurred, the onListItemClick() is calling. How to fix this problem?
I have read the post: Fling gesture detection on grid layout and implemented gesture
Share
The problem was in the onFling() method. This method should return true if operation completed successfully, otherwise calls onClickItemClicked()