airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
199 stars 11 forks source link

Crash at com.adobe.air.OrientationManager$1.onOrientationChanged #230

Open marcanw opened 4 years ago

marcanw commented 4 years ago

Hello Outside the Signal 11 and Signal 9 I have this one that comes often. Thanks for checking it.

Problem Description

Describe your problem in detail. Include the following information: Crash from the Google Play Console

ajwfrost commented 4 years ago

Thanks - so again this is where the code is expecting an active context but the lifecycle means that we don't have this .. we can work around it though, quite a lot of that code already has null protection around it. So when we're getting this message, we should be in the background anyway and hence just won't respond to the orientation update..

Have pulled this one into the task list fairly high up as it's a very simple change!

marcanw commented 4 years ago

Thank you. Looking forward for the next release then. Any time frame for it?

ajwfrost commented 4 years ago

@marcanw Aiming for the end of next week..

ajwfrost commented 4 years ago

@marcanw Didn't quite manage it for the end of last week but it's out now and the change for this went into it. Hopefully helps a little on the stability front...

thanks

ghost commented 3 years ago

So, problem solved, or still not completely?