Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-20 14:31:47 +03:00
parent c63d35bb8b
commit 11eb1bbbdc
8 changed files with 25 additions and 27 deletions

View file

@ -149,10 +149,7 @@ internal class ChildFactory @Inject constructor(
if (hotWalletFeatureToggles.isHotWalletEnabled) {
createComponentChild(
context = context,
params = NewWelcomeComponent.Params(
launchMode = route.launchMode,
intent = route.intent,
),
params = Unit,
componentFactory = newWelcomeComponentFactory,
)
} else {