Updated on 2026-08-14
This commit is contained in:
parent
c63d35bb8b
commit
11eb1bbbdc
8 changed files with 25 additions and 27 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue