Private
Public Access
1
0

Implement deletion of non-existent conversations

This commit is contained in:
2023-08-17 01:53:37 -07:00
parent 84e3a27c62
commit 19a6960ab2
3 changed files with 14 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ class ConversationListViewModel @Inject constructor(
init {
// TODO: Is this the best place to put these?
// TODO: Need error handling (exceptions thrown below)
viewModelScope.launch {
repository.synchronize()
}