mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-11 07:12:03 +01:00
Properly emit updates that are found
This commit is contained in:
@@ -61,6 +61,7 @@ class AboutViewModel @Inject constructor(
|
||||
updateChecker.checkForUpdates()
|
||||
.filterIsInstance<Update.UpdateFound>()
|
||||
.onEach {
|
||||
_updates.emit(it)
|
||||
}
|
||||
.launchIn(scope)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user