Merge "Redraw legacy navigation bar paint onLayout" into qt-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
10000738e4
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user