nhaarman / acorn

Mastering Android navigation :chipmunk:
https://nhaarman.github.io/acorn
Apache License 2.0
181 stars 7 forks source link

Save references to scene and activity controller #166

Closed nhaarman closed 4 years ago

nhaarman commented 4 years ago

When the ActivityHandler is restored from a saved state, the references to the Scene and ActivityController are lost. A call to onActivityResult() will then fail because there is no reference to the ActivityController.

Fixes #165