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

Commit 9fdf5540 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Simplify input channel creation" into main

parents 5fea4c97 fc177586
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -852,10 +852,7 @@ public class InputManagerService extends IInputManager.Stub
                    new GestureMonitorSpyWindow(monitorToken, name, displayId, pid, uid, sc,
                            channel));
        }

        final InputChannel outInputChannel = new InputChannel();
        channel.copyTo(outInputChannel);
        return outInputChannel;
        return channel;
    }

    private void removeSpyWindowGestureMonitor(@NonNull IBinder inputChannelToken) {