As the title states. The fact that I can't consume the event is causing a click
event to occur immediately afterwards. Now I am manually keeping track of whether or not a longpress has occurred when handling a potential click.
Am I missing something here? I mean, I can't even get around this trying to implement the OnGestureListener interface because it expects a void for onLongPress()
. What are my options?