efl/gesture: fix long tap timeout errors

this is the timer pointer, and we need to be able to delete the timer when
the gesture ends

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D11299
This commit is contained in:
Mike Blumenkrantz 2020-02-07 11:54:40 -05:00 committed by Marcel Hollerbach
parent c0453132df
commit 77b6d0efd7
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ _long_tap_timeout_cb(void *data)
/* FIXME: Needs to propagate this event back to evas! */
pd->is_timeout = EINA_TRUE;
pd->timeout = NULL;
efl_gesture_state_set(pd->gesture, EFL_GESTURE_STATE_UPDATED);
efl_event_callback_call(pd->target, EFL_EVENT_GESTURE_LONG_TAP, pd->gesture);