Merge "Properly draw the window background on window resize Bug #7385090" into jb-mr1-dev
This commit is contained in:
@ -1424,8 +1424,6 @@ public final class ViewRootImpl implements ViewParent,
|
||||
layerCanvas.setViewport(mWidth, mHeight);
|
||||
layerCanvas.onPreDraw(null);
|
||||
final int restoreCount = layerCanvas.save();
|
||||
|
||||
layerCanvas.drawColor(0xff000000, PorterDuff.Mode.SRC);
|
||||
|
||||
int yoff;
|
||||
final boolean scrolling = mScroller != null
|
||||
|
Reference in New Issue
Block a user