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

Commit 6500bd66 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

Change-Id: Ie5df4749f68c3eeb02ef7abaad4d0b1522667dc7
parents 96e1e958 6b9d875d
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;