Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created December 21, 2019 22:20
Show Gist options
  • Save zsoltk/9f701f366e9a9bc3cbb998fc11f63532 to your computer and use it in GitHub Desktop.
Save zsoltk/9f701f366e9a9bc3cbb998fc11f63532 to your computer and use it in GitHub Desktop.
@Composable
fun Content() {
- var routing by +state<Routing> { Routing.AlbumList }
+ var backStack by +state<BackStack<Routing>> { BackStack(Routing.AlbumList) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment