add routing screen
This commit is contained in:
+1
@@ -49,6 +49,7 @@ class UpdateComponent(
|
||||
|
||||
fun checkUpdates(byUser: Boolean = true) {
|
||||
if (!hasSupport) return
|
||||
lastJob?.cancel()
|
||||
lastJob = scope.launch {
|
||||
interactor.checkUpdate().collect {
|
||||
isForceUpdate = (it as? UpdateState.UpdateAvailable)?.isForceUpdate ?: false
|
||||
|
||||
Reference in New Issue
Block a user