Updated on 2026-08-14
This commit is contained in:
parent
a3a18854c8
commit
92794cb2f6
14 changed files with 35 additions and 13 deletions
|
|
@ -406,7 +406,10 @@ internal class ChildFactory @Inject constructor(
|
|||
is AppRoute.NFT ->
|
||||
createComponentChild(
|
||||
context = context,
|
||||
params = NFTComponent.Params(userWalletId = route.userWalletId),
|
||||
params = NFTComponent.Params(
|
||||
userWalletId = route.userWalletId,
|
||||
walletName = route.walletName,
|
||||
),
|
||||
componentFactory = nftComponentFactory,
|
||||
)
|
||||
is AppRoute.NFTSend -> {
|
||||
|
|
@ -757,7 +760,10 @@ internal class ChildFactory @Inject constructor(
|
|||
is AppRoute.NFT ->
|
||||
route.asComponentChild(
|
||||
contextProvider = contextProvider(route, contextFactory),
|
||||
params = NFTComponent.Params(userWalletId = route.userWalletId),
|
||||
params = NFTComponent.Params(
|
||||
userWalletId = route.userWalletId,
|
||||
walletName = route.walletName,
|
||||
),
|
||||
componentFactory = nftComponentFactory,
|
||||
)
|
||||
is AppRoute.NFTSend -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue