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