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

Commit 04c8d402 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Properly draw the window background on window resize Bug #7385090" into jb-mr1-dev

parents c48ca657 41308e29
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1425,8 +1425,6 @@ public final class ViewRootImpl implements ViewParent,
                            layerCanvas.onPreDraw(null);
                            final int restoreCount = layerCanvas.save();

                            layerCanvas.drawColor(0xff000000, PorterDuff.Mode.SRC);

                            int yoff;
                            final boolean scrolling = mScroller != null
                                    && mScroller.computeScrollOffset();
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ status_t OpenGLRenderer::prepareDirty(float left, float top, float right, float
    mSaveCount = 1;

    mSnapshot->setClip(left, top, right, bottom);
    mDirtyClip = opaque;
    mDirtyClip = true;

    updateLayers();