Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-09 08:43:41 +03:00
parent 25bae0ed98
commit e2b5e5b07b
12 changed files with 539 additions and 153 deletions

View file

@ -27,7 +27,7 @@ internal class DefaultRoutingComponent @AssistedInject constructor(
override val stack: Value<ChildStack<AppRoute, Child>> = childStack(
source = navigationProvider.getOrCreateTyped(),
serializer = AppRoute.serializer(),
serializer = AppRoute.serializer(), // TODO Maybe set this to null for AppRoute.Onboarding case. Need to check
initialConfiguration = getInitialRoute(),
handleBackButton = false,
childFactory = ::child,