Roman Levinzon
Roman Levinzon
Hi @OliverRhyme :) The only way I can see this work is by converting Enum to the Int and back. I will try to see if I can make it...
@OliverRhyme What do you mean by default implementation? By default, the navigation component only supports a few types when it comes to compose,[ see this doc for the reference](https://developer.android.com/guide/navigation/navigation-pass-data#supported_argument_types). Everything...
Hey @mainrs Thanks for submitting the issue :) What would be the fix for the issue like this from your point of view? In my opinion that seems like a...
Hey @cvb941 Thank you for the kind words :) I see where you are coming from, and yes, this can be done, but I personally don't like this approach. Generating...
``` // New generated extension public fun NavGraphBuilder.login(navHost: NavHostController, onLogin: () -> Unit): Unit { route(LoginRoute, DefaultRouteTransition) { LoginScreen(navHost, onLogin) } } ``` This I actually tried before, and I...
> But it must be working since the content function is @Composable too. The route function provides the composable scope. Or? The problem is passing the params, consider smth like...
Hey @lordtao ! I am having trouble reproducing the issues. Could you provide more information about the steps that led to a crash? Does it crash the IDE, or do...
Great :) I'll keep the issue open and try to optimize the UX either to support File selection or some other way to address this Thanks!
Fixed in 1.6.0 :)