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

Commit 483e7969 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou Committed by Gerrit Code Review
Browse files

Merge "Remove unused code in InputDispatcher" into main

parents e615929b a6c4cf7e
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);