Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfc385b8 authored by Rebecca Schultz Zavin's avatar Rebecca Schultz Zavin Committed by Android Git Automerger
Browse files

am 72b3524e: Merge "Set last event time to previous event batch delivery time...

am 72b3524e: Merge "Set last event time to previous event batch delivery time to apps" into honeycomb-mr1

* commit '72b3524e':
  Set last event time to previous event batch delivery time to apps
parents 60047431 72b3524e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
            }