Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android- Fix crash when querying for surface when window info was not…
… created yet HasSurface is called by ReadyToRender property to query if the surface was created, but it’s possible that the window info was not created yet, added a missing null check.
- Loading branch information