Likes a good TV show and has a weak spot for sci-fi.
Creator of @homeraudioplayer.app
Flickr: https://flickr.com/photos/99713922@N08
Having said that, Nav3 seems way better than Nav2 already. As soon as it hits beta I'll convert my pet project.
Having said that, Nav3 seems way better than Nav2 already. As soon as it hits beta I'll convert my pet project.
Shouldn't I be able to use a wider type for previousEntries, e.g. NavEntry<AppNav>?
I probably completely misunderstand how these classes are meant to be used...
Shouldn't I be able to use a wider type for previousEntries, e.g. NavEntry<AppNav>?
I probably completely misunderstand how these classes are meant to be used...
class SettingsScene(
override val previousEntries: List<NavEntry<???>>,
) : Scene<SubsettingNav> ...
but the type of previousEntries is a problem.
🧵 2/3 🧵
class SettingsScene(
override val previousEntries: List<NavEntry<???>>,
) : Scene<SubsettingNav> ...
but the type of previousEntries is a problem.
🧵 2/3 🧵