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

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

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

* commit '26cbb806':
  Don't draw synchronously in onResume()
parents 8bd211c7 26cbb806
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();
            }
        }