Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-26 21:35:53 +07:00
parent d349739524
commit 1806ddc31d
18 changed files with 55 additions and 11 deletions

View file

@ -120,6 +120,7 @@ internal class UserWalletSaver @Inject constructor(
scope.launch {
scanCardProcessor.scan(
analyticsSource = AnalyticsParam.ScreensSources.Settings,
shouldCheckIsAlreadyActivated = true,
onWalletNotCreated = {
continuation.resume(Either.Right(null))
},