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

Commit 906fe08d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "ViewRootImpl: Notify SurfaceHolder.Callback if the surface size changed"

parents 258c3f26 dcf50a4f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1995,6 +1995,7 @@ public final class ViewRootImpl implements ViewParent,
                final boolean outsetsChanged = !mPendingOutsets.equals(mAttachInfo.mOutsets);
                final boolean surfaceSizeChanged = (relayoutResult
                        & WindowManagerGlobal.RELAYOUT_RES_SURFACE_RESIZED) != 0;
                surfaceChanged |= surfaceSizeChanged;
                final boolean alwaysConsumeNavBarChanged =
                        mPendingAlwaysConsumeNavBar != mAttachInfo.mAlwaysConsumeNavBar;
                if (contentInsetsChanged) {