Updated on 2026-08-14
This commit is contained in:
commit
c62f464b86
22 changed files with 70 additions and 48 deletions
|
|
@ -107,6 +107,7 @@ internal class CardSettingsModel @Inject constructor(
|
|||
private fun scanCard() = modelScope.launch {
|
||||
scanCardProcessor.scan(
|
||||
analyticsSource = com.tangem.core.analytics.models.AnalyticsParam.ScreensSources.Settings,
|
||||
shouldCheckIsAlreadyActivated = false,
|
||||
allowsRequestAccessCodeFromRepository = true,
|
||||
)
|
||||
.doOnSuccess { scanResponse ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue