Implement deletion of non-existent conversations
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user