sceneview-android icon indicating copy to clipboard operation
sceneview-android copied to clipboard

Hotfix for Release 2.0.4

Open Antiglobalist opened this issue 1 year ago • 0 comments

Discussion - https://github.com/SceneView/sceneview-android/issues/435 Issues:

  • lifecycle?.coroutineScope can be isActive == false and destroy() will not be called
  • destroyARCore was calling twice. It produced NDK crash from ARCore

The second call of destroy() was removed to prevent crash Coroutines were replaced to ExecutorService

Antiglobalist avatar Mar 07 '24 12:03 Antiglobalist