My question is simple, where’s the onUp event when implementing a GestureListener?
I has a lot of events on the gesturedetector, and cannot just consume the onUp event of the listener, cause one of events are the onSingleTapConfirmed that needs it.
Try using
onFling(). Seems like a weird name but for me, it works as theonUp()method would logically work. Or try this method…