I am getting the following errors after app Deactivate
Error #2044: Unhandled error:. text=Error #1009: Cannot access a property or method of a null object reference.
and after Activate I am getting this error :
[AssetManager] Texture restoration failed: Error #3694: The object was disposed by an earlier call of dispose() on it.
trace logs :
[trace] [Info] Game deactivated
[trace] [Info] onStageDeactivate <-------------------
[trace] [Starling] Context restored.
[trace] Error #2044: Unhandled error:. text=Error #1009: Cannot access a property or method of a null object reference.
[trace] [Info] onStageActive ------------------->
[trace] [AssetManager] Texture restoration failed: Error #3694: The object was disposed by an earlier call of dispose() on it.
[trace] [AssetManager] Texture restoration failed: Error #3694: The object was disposed by an earlier call of dispose() on it.
[trace] [Starling] Context restored.
[trace] [Starling] Context restored.
the app is working fine. but not sure what is causing this error.