You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properly init in-memory usage when restoring the state (#610)
* Save useToken between config changes
* Move the DisposalEffect to set in-memory state to a higher up composable
When restoring the state after the activity got killed, the NavController would immidiately launch the previous destination
even before running the DisposableEffect. Moving the effect up fixes this timing issue.
Clean up the README.md file to focus on 3rd party devs (#606)
* Extract SDK's technical details from the readme.md
* Add Features/Installation/Documentation sections to the README.md
* Replace groovy examples with Kotlin script syntax