|
@@ -1683,6 +1683,7 @@ class SDLSurface extends SurfaceView implements SurfaceHolder.Callback,
|
|
/* If the surface has been previously destroyed by onNativeSurfaceDestroyed, recreate it here */
|
|
/* If the surface has been previously destroyed by onNativeSurfaceDestroyed, recreate it here */
|
|
SDLActivity.onNativeSurfaceChanged();
|
|
SDLActivity.onNativeSurfaceChanged();
|
|
|
|
|
|
|
|
+ SDLActivity.mNextNativeState = SDLActivity.NativeState.RESUMED;
|
|
SDLActivity.handleNativeState();
|
|
SDLActivity.handleNativeState();
|
|
}
|
|
}
|
|
|
|
|