forked from github/wulkanowy-mirror
Fix last sync date to save only successful sync (#1595)
This commit is contained in:
@ -31,7 +31,7 @@ class LicensePresenter @Inject constructor(
|
||||
|
||||
private fun loadData() {
|
||||
flowWithResource {
|
||||
withContext(dispatchers.backgroundThread) {
|
||||
withContext(dispatchers.io) {
|
||||
view?.appLibraries.orEmpty()
|
||||
}
|
||||
}.onEach {
|
||||
|
Reference in New Issue
Block a user