Fixed and documented lifecycle propagation logic
Fixed logic of propagation resume event to child.
- Now you can safely display system dialog and go back, screens will be moved to resume state, when before they stated in started state
- When child is ready to be resumed, but parent is only in started state, child will be resumed as soon as parent moved to resumed state
- Introduced documentation about Lifecycle
What's Changed
- Releases/0.10.0 by @ikarenkov in #64
- Fixed resumed child when parent is not resumed by @ikarenkov in #65
Full Changelog: v0.10.0...v0.10.1