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

Commit c024edfb authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 534103d4: Merge "Fix issues catching up to touch events after a short pause." into klp-dev

* commit '534103d4':
  Fix issues catching up to touch events after a short pause.
parents 4802c6da 534103d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1699,7 +1699,7 @@ bool InputDispatcher::isWindowReadyForMoreInputLocked(nsecs_t currentTime,
        // up with lots of events because the application is not responding.
        // This condition ensures that ANRs are detected reliably.
        if (!connection->waitQueue.isEmpty()
                && currentTime >= connection->waitQueue.head->eventEntry->eventTime
                && currentTime >= connection->waitQueue.head->deliveryTime
                        + STREAM_AHEAD_EVENT_TIMEOUT) {
            return false;
        }