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

Commit 70445db6 authored by Robert Carr's avatar Robert Carr Committed by android-build-merger
Browse files

Merge "WindowState: Update mLastSurfaceInsets at creation time." into pi-dev

am: 9f0111c8

Change-Id: I5d9d868ac6d1089f8442ddda04291d786cd1f83d
parents d1746957 9f0111c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -694,6 +694,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
        mOwnerCanAddInternalSystemWindow = ownerCanAddInternalSystemWindow;
        mWindowId = new WindowId(this);
        mAttrs.copyFrom(a);
        mLastSurfaceInsets.set(mAttrs.surfaceInsets);
        mViewVisibility = viewVisibility;
        mPolicy = mService.mPolicy;
        mContext = mService.mContext;