Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-06 14:09:26 +05:00
parent 5d853ea8b8
commit 19d6b9748e
43 changed files with 414 additions and 384 deletions

View file

@ -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,
)
}