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

Commit e9c26cad authored by Vinit Nayak's avatar Vinit Nayak Committed by android-build-merger
Browse files

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

am: 10000738

Change-Id: I153b1ec594dff63eb13fc386c38820404c095fd4
parents 848e8204 10000738
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();
        }
    }