Updated on 2026-08-14
This commit is contained in:
parent
4b97be34f3
commit
cf55199f17
1 changed files with 4 additions and 1 deletions
|
|
@ -357,7 +357,10 @@ internal class WalletModel @Inject constructor(
|
||||||
}.distinctUntilChanged(),
|
}.distinctUntilChanged(),
|
||||||
transform = ::Pair,
|
transform = ::Pair,
|
||||||
).onEach { (inBackground, userWalletId) ->
|
).onEach { (inBackground, userWalletId) ->
|
||||||
if (inBackground) return@onEach
|
if (inBackground) {
|
||||||
|
updateTangemPayJobHolder.cancel()
|
||||||
|
return@onEach
|
||||||
|
}
|
||||||
|
|
||||||
val savedCustomerInfo =
|
val savedCustomerInfo =
|
||||||
tangemPayOnboardingRepository.getSavedCustomerInfo(userWalletId)
|
tangemPayOnboardingRepository.getSavedCustomerInfo(userWalletId)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue