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

Commit 2635e743 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am d04fe3c1: am 04c8d402: Merge "Properly draw the window background on window...

am d04fe3c1: am 04c8d402: Merge "Properly draw the window background on window resize Bug #7385090" into jb-mr1-dev

* commit 'd04fe3c1':
  Properly draw the window background on window resize Bug #7385090
parents c3b9c76b d04fe3c1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1427,8 +1427,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();