Updated on 2026-08-14

This commit is contained in:
Tangem 2022-03-25 09:10:10 +03:00
parent 9c0b88e5dd
commit b815a9712e

View file

@ -259,7 +259,6 @@ class TapWalletManager {
}
private suspend fun handleUpdateWalletResult(result: Result<Wallet>, walletManager: WalletManager) {
walletManagersThrottler.setValue(walletManager.wallet.blockchain, result)
withContext(Dispatchers.Main) {
when (result) {
is Result.Success -> {