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

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

Merge "Provide a timeout for SurfaceControl" into rvc-dev am: 6b9d875d am:...

Merge "Provide a timeout for SurfaceControl" into rvc-dev am: 6b9d875d am: 91a37222 am: 3fae4c49

Change-Id: Id555122ead8a893892c1fb976d0e58efec9686b0
parents 8b375d93 3fae4c49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8051,7 +8051,7 @@ public class WindowManagerService extends IWindowManager.Stub
                | LayoutParams.FLAG_SLIPPERY);
        h.layoutParamsFlags = WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL | sanitizedFlags;
        h.layoutParamsType = 0;
        h.dispatchingTimeoutNanos = -1;
        h.dispatchingTimeoutNanos = DEFAULT_INPUT_DISPATCHING_TIMEOUT_NANOS;
        h.canReceiveKeys = false;
        h.hasFocus = false;
        h.hasWallpaper = false;