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

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

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

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

* commit 'bfc385b8':
  Set last event time to previous event batch delivery time to apps
parents 10ea7a46 bfc385b8
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;
            }