Summary:
It is non-sense that running timer even if the input/timer is invalid.
Stop the timer to prevent invalid key down repeating.
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D12285
Change-Id: Id36b9b61b90ad6dd886cb2e7653be6b7f7b29c84
Ecore_Wl2_Input *input;
input = data;
- if (!input) return ECORE_CALLBACK_RENEW;
+ if (!input || !input->repeat.timer) return ECORE_CALLBACK_CANCEL;
// TIZEN_ONLY(20160610): fix key repeat condition.
/*