Updated on 2026-08-14
This commit is contained in:
parent
5d853ea8b8
commit
19d6b9748e
43 changed files with 414 additions and 384 deletions
|
|
@ -649,10 +649,7 @@ internal class ChildFactory @Inject constructor(
|
|||
is AppRoute.TangemPayDetails -> {
|
||||
createComponentChild(
|
||||
context = context,
|
||||
params = TangemPayDetailsContainerComponent.Params(
|
||||
userWalletId = route.userWalletId,
|
||||
config = route.config,
|
||||
),
|
||||
params = TangemPayDetailsContainerComponent.Params(initialStatus = route.status),
|
||||
componentFactory = tangemPayDetailsContainerComponentFactory,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue