Created
December 21, 2019 22:20
-
-
Save zsoltk/9f701f366e9a9bc3cbb998fc11f63532 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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