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

Commit cce0f725 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix missing call to requestTransparentRegion()"

parents 37842434 15617201
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -287,6 +287,7 @@ public class SurfaceView extends View implements ViewRootImpl.WindowStoppedCallb
        if (mPendingReportDraws > 0) {
        if (mPendingReportDraws > 0) {
            mDrawFinished = true;
            mDrawFinished = true;
            if (mAttachedToWindow) {
            if (mAttachedToWindow) {
                mParent.requestTransparentRegion(SurfaceView.this);
                notifyDrawFinished();
                notifyDrawFinished();
                invalidate();
                invalidate();
            }
            }