android / architecture-samples

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Apache License 2.0
44.32k stars 11.62k forks source link

[main]TasksRepository.refreshTasks() might throw an exception #858

Open pmellaaho opened 2 years ago

pmellaaho commented 2 years ago

The possible exception in DefaultTasksRepository.updateTasksFromRemoteDataSource() is not handled in either repository level or in the VM's that are calling refreshTasks() inside viewModelScope.launch