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

Commit dc77b9f8 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: 6500bd66 am: 1fe6b286

Change-Id: I1168686dd26c7e756c3fe98d9876c3b2dfdf3c87
parents 5409f4d7 1fe6b286
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;