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

Commit 9ee5c5f1 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am ee067769: am 26cbb806: Merge "Don\'t draw synchronously in onResume()" into jb-mr2-dev

* commit 'ee067769':
  Don't draw synchronously in onResume()
parents 495cc0e4 ee067769
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();
            }
        }