Updated on 2026-08-14
This commit is contained in:
parent
e6b4d2ae7b
commit
c2625a0de7
7 changed files with 29 additions and 12 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue