Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-08 13:53:14 +05:00
parent 4b97be34f3
commit cf55199f17

View file

@ -357,7 +357,10 @@ internal class WalletModel @Inject constructor(
}.distinctUntilChanged(),
transform = ::Pair,
).onEach { (inBackground, userWalletId) ->
if (inBackground) return@onEach
if (inBackground) {
updateTangemPayJobHolder.cancel()
return@onEach
}
val savedCustomerInfo =
tangemPayOnboardingRepository.getSavedCustomerInfo(userWalletId)