From d80dced3fa88ee28117b2228531d46b108e0c52f Mon Sep 17 00:00:00 2001 From: Tangem Date: Tue, 22 Apr 2025 15:17:24 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../kotlin/com/tangem/features/details/utils/UserWalletSaver.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/details/impl/src/main/kotlin/com/tangem/features/details/utils/UserWalletSaver.kt b/features/details/impl/src/main/kotlin/com/tangem/features/details/utils/UserWalletSaver.kt index 570693940c..1c193139a2 100644 --- a/features/details/impl/src/main/kotlin/com/tangem/features/details/utils/UserWalletSaver.kt +++ b/features/details/impl/src/main/kotlin/com/tangem/features/details/utils/UserWalletSaver.kt @@ -122,7 +122,7 @@ internal class UserWalletSaver @Inject constructor( scanCardProcessor.scan( analyticsSource = AnalyticsParam.ScreensSources.Settings, onWalletNotCreated = { - /* no-op */ + continuation.resume(Either.Right(null)) }, disclaimerWillShow = { continuation.resume(Either.Right(null))