Updated on 2026-08-14
This commit is contained in:
parent
d0d268e59a
commit
0b43caf853
3 changed files with 20 additions and 30 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue