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

Commit 05588032 authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Android (Google) Code Review
Browse files

Merge "Let InputDispatcher wake quickly when we ready stop process pending key" into main

parents f74bfe1f 563916ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1312,6 +1312,7 @@ bool InputDispatcher::enqueueInboundEventLocked(std::unique_ptr<EventEntry> newE
                ALOGD("Received a new pointer down event, stop waiting for events to process and "
                      "just send the pending key event to the currently focused window.");
                mKeyIsWaitingForEventsTimeout = now();
                needWake = true;
            }
            break;
        }