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

Commit 0472d565 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

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

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

* commit '04c8d402':
  Properly draw the window background on window resize Bug #7385090
parents 086dc1ce 04c8d402
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();