add routing screen

This commit is contained in:
2026-09-15 10:59:24 +03:00
parent aeb687fc9d
commit 4c6735746e
11 changed files with 137 additions and 6 deletions
@@ -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