Loading services/input/InputDispatcher.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -354,8 +354,7 @@ void InputDispatcher::dispatchOnceInnerLocked(nsecs_t keyRepeatTimeout, } #endif mThrottleState.lastEventTime = entry->eventTime < currentTime ? entry->eventTime : currentTime; mThrottleState.lastEventTime = currentTime; mThrottleState.lastDeviceId = deviceId; mThrottleState.lastSource = source; } Loading Loading
services/input/InputDispatcher.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -354,8 +354,7 @@ void InputDispatcher::dispatchOnceInnerLocked(nsecs_t keyRepeatTimeout, } #endif mThrottleState.lastEventTime = entry->eventTime < currentTime ? entry->eventTime : currentTime; mThrottleState.lastEventTime = currentTime; mThrottleState.lastDeviceId = deviceId; mThrottleState.lastSource = source; } Loading