Merge "Do not exit the GLSurfaceView thread when detached from a window."
This commit is contained in:
committed by
Android (Google) Code Review
commit
46fa2f73ea
@@ -530,7 +530,6 @@ public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback
|
||||
@Override
|
||||
protected void onDetachedFromWindow() {
|
||||
super.onDetachedFromWindow();
|
||||
mGLThread.requestExitAndWait();
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user