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

Commit 890ccb94 authored by Vinit Nayak's avatar Vinit Nayak Committed by Android (Google) Code Review
Browse files

Merge "Redraw legacy navigation bar paint onLayout"

parents 786eff23 7ab1fb8f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -804,7 +804,9 @@ public class DecorView extends FrameLayout implements RootViewSurfaceTaker, Wind
        updateElevation();
        mAllowUpdateElevation = true;

        if (changed && mResizeMode == RESIZE_MODE_DOCKED_DIVIDER) {
        if (changed
                && (mResizeMode == RESIZE_MODE_DOCKED_DIVIDER
                    || mDrawLegacyNavigationBarBackground)) {
            getViewRootImpl().requestInvalidateRootRenderNode();
        }
    }