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

Commit 26cbb806 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "Don't draw synchronously in onResume()" into jb-mr2-dev

parents 767e8747 ab814a64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1507,7 +1507,7 @@ public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback
            mPaused = false;
            updateState();
            if (mRenderMode == RENDERMODE_WHEN_DIRTY) {
                executeDraw();
                requestRender();
            }
        }