Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-10 16:39:11 +01:00
parent d0d268e59a
commit 0b43caf853
3 changed files with 20 additions and 30 deletions

View file

@ -141,7 +141,7 @@ internal class SendDestinationModel @Inject constructor(
private val backupProblematicWalletCache = AtomicReference<Pair<String, UserWalletId?>?>(null)
init {
modelScope.launch { syncAddressBooksUseCase() }
modelScope.launch(context = dispatchers.default) { syncAddressBooksUseCase() }
subscribeOnQRScannerResult()
initialState()
resetContactOnEdit()