Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-08 12:37:31 +03:00
parent e6b4d2ae7b
commit c2625a0de7
7 changed files with 29 additions and 12 deletions

View file

@ -46,6 +46,7 @@ internal class TangemPayMainSubscriber @AssistedInject constructor(
.distinctUntilChanged()
.onEach { data ->
val userWalletId = userWallet.walletId
Timber.tag("scan===").e("onEach $userWalletId $data")
val mainInfoData = data[userWalletId] ?: return@onEach
mainInfoData.onLeft { tangemPayError ->
when (tangemPayError) {