Updated on 2026-08-14
This commit is contained in:
parent
23264bc7f0
commit
8c37dbd5b0
31 changed files with 422 additions and 121 deletions
|
|
@ -616,10 +616,7 @@ internal class ChildFactory @Inject constructor(
|
|||
is AppRoute.TangemPayDetails -> {
|
||||
createComponentChild(
|
||||
context = context,
|
||||
params = TangemPayDetailsComponent.Params(
|
||||
customerWalletAddress = route.customerWalletAddress,
|
||||
cardNumberEnd = route.cardNumberEnd,
|
||||
),
|
||||
params = TangemPayDetailsComponent.Params(config = route.config),
|
||||
componentFactory = tangemPayDetailsComponentFactory,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue