Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-13 12:35:01 +01:00
parent 0b43caf853
commit 2e581a252f
6 changed files with 81 additions and 19 deletions

View file

@ -68,7 +68,7 @@ internal class AddressBookListModel @Inject constructor(
.shareIn(modelScope, SharingStarted.Lazily, replay = 1)
init {
modelScope.launch(context = dispatchers.default) {
modelScope.launch {
syncAddressBooksUseCase()
sendContactListScreenOpenedEvent()
observeContacts()