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

Commit 4b54be32 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou Committed by Automerger Merge Worker
Browse files

Merge "Remove unused code in InputDispatcher" into main am: 483e7969

parents 73aa558f 483e7969
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2080,7 +2080,6 @@ bool InputDispatcher::shouldWaitToSendKeyLocked(nsecs_t currentTime,
sp<WindowInfoHandle> InputDispatcher::findFocusedWindowTargetLocked(
        nsecs_t currentTime, const EventEntry& entry, nsecs_t* nextWakeupTime,
        InputEventInjectionResult& outInjectionResult) {
    std::string reason;
    outInjectionResult = InputEventInjectionResult::FAILED; // Default result

    int32_t displayId = getTargetDisplayId(entry);