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

Commit d3451ae8 authored by Chet Haase's avatar Chet Haase Committed by Android Git Automerger
Browse files

am 4af11461: Merge "Force redraw of new/resized windows" into jb-mr1-dev

* commit '4af11461':
  Force redraw of new/resized windows
parents bca987aa 4af11461
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1616,6 +1616,7 @@ public final class ViewRootImpl implements ViewParent,
                    mAttachInfo.mHardwareRenderer.setup(mWidth, mHeight);
                    if (!hwInitialized) {
                        mAttachInfo.mHardwareRenderer.invalidate(mHolder.getSurface());
                        mFullRedrawNeeded = true;
                    }
                }
            }