Updated on 2026-08-14

This commit is contained in:
Tangem 2021-12-08 20:10:47 +03:00
parent 4b7c05fe6f
commit e9b0d9cad8

View file

@ -103,7 +103,6 @@ class TapWalletManager {
}
}
suspend fun loadData(data: ScanResponse) {
withContext(Dispatchers.Main) {
store.dispatch(WalletAction.LoadCardInfo(data.card))