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

Commit edd9d595 authored by Jesse Evans's avatar Jesse Evans Committed by Android (Google) Code Review
Browse files

Merge "Ensure hierarchy is measured on applying insets"

parents 304ddcbb 3e2462db
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2372,6 +2372,9 @@ public final class ViewRootImpl implements ViewParent,
                    mAttachInfo.mOutsets.set(mPendingOutsets);
                    mApplyInsetsRequested = false;
                    dispatchApplyInsets(host);
                    // We applied insets so force contentInsetsChanged to ensure the
                    // hierarchy is measured below.
                    contentInsetsChanged = true;
                }
                if (visibleInsetsChanged) {
                    mAttachInfo.mVisibleInsets.set(mPendingVisibleInsets);