Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARTSurfaceViewShadowNode: Properly release mSurface
Since onSurfaceTextureDestroyed() returns true, the SurfaceTexture object will be released by the Android automatically so there's no need to call release on it. However, the node should release its refereces to the Surface object.
- Loading branch information