Updated on 2026-08-14
This commit is contained in:
parent
aeb60e0cec
commit
f2f10fe950
23 changed files with 182 additions and 125 deletions
|
|
@ -529,7 +529,9 @@ internal class ChildFactory @Inject constructor(
|
|||
is AppRoute.CreateMobileWallet -> {
|
||||
createComponentChild(
|
||||
context = context,
|
||||
params = Unit,
|
||||
params = CreateMobileWalletComponent.Params(
|
||||
source = route.source,
|
||||
),
|
||||
componentFactory = createMobileWalletComponentFactory,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue