ionic-team / ionic-portals-android

Other
4 stars 3 forks source link

fix: prevent full crash when returning from a force-quit state #70

Closed carlpoole closed 3 months ago

carlpoole commented 3 months ago

Apps still crashed if returning from a force-quit state by Android (such as permission change in Settings) and last fragment was trying to reload in the background while new refreshed content was loading. Removing this exception resolves the issue. Replaced with a warning log for troubleshooting purposes if execution reaches this point unexpectedly.