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

Commit a58f5312 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

am: 70445db6

Change-Id: I802a79e5a5aa945b106c11689b8813d15e7bee13
parents 7ceb0bd7 70445db6
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;