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

Commit 5ea769dc authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Make the drag input window fullscreen touchable again" into honeycomb

parents eb60932a a1595797
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5869,7 +5869,7 @@ public class WindowManagerService extends IWindowManager.Stub
            final InputWindow inputWindow = windowList.add();
            inputWindow.inputChannel = mDragState.mServerChannel;
            inputWindow.name = "drag";
            inputWindow.layoutParamsFlags = WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE;
            inputWindow.layoutParamsFlags = 0;
            inputWindow.layoutParamsType = WindowManager.LayoutParams.TYPE_DRAG;
            inputWindow.dispatchingTimeoutNanos = DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS;
            inputWindow.visible = true;