Updated on 2026-08-14
This commit is contained in:
parent
86450e506d
commit
28221ee04c
14 changed files with 34 additions and 28 deletions
|
|
@ -105,7 +105,7 @@ internal class CardSettingsModel @Inject constructor(
|
|||
|
||||
private fun scanCard() = modelScope.launch {
|
||||
scanCardProcessor.scan(
|
||||
analyticsSource = com.tangem.core.analytics.models.AnalyticsParam.ScreensSources.Settings,
|
||||
analyticsSource = com.tangem.core.analytics.models.AnalyticsParam.ScreensSources.CardSettings,
|
||||
shouldCheckIsAlreadyActivated = false,
|
||||
allowsRequestAccessCodeFromRepository = true,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -539,7 +539,7 @@ internal class ChildFactory @Inject constructor(
|
|||
is AppRoute.CreateHardwareWallet -> {
|
||||
createComponentChild(
|
||||
context = context,
|
||||
params = Unit,
|
||||
params = CreateHardwareWalletComponent.Params(source = route.source),
|
||||
componentFactory = createHardwareWalletComponentFactory,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue