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

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

Merge "Redraw legacy navigation bar paint onLayout" into qt-qpr1-dev

parents e569faf5 0aa0f133
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -796,7 +796,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();
        }
    }