Skip to content

Commit

Permalink
[1.165.*] Pre-release merge (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
tramline-github[bot] authored May 13, 2024
2 parents feb96d7 + ca8247e commit 29baada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ stately = "2.0.7"
xmlutil = "0.86.3"
ktxml = "0.2.3"
uri = "0.0.18"
webview = "1.9.4"
webview = "1.9.7"
uuid = "0.8.4"
bugsnag-plugin = "8.1.0"
bugsnag = "6.4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import com.arkivanov.decompose.router.stack.active
import com.arkivanov.decompose.router.stack.childStack
import com.arkivanov.decompose.router.stack.pop
import com.arkivanov.decompose.router.stack.push
import com.arkivanov.decompose.router.stack.replaceCurrent
import com.arkivanov.decompose.value.Value
import com.arkivanov.essenty.instancekeeper.InstanceKeeper
import com.arkivanov.essenty.instancekeeper.getOrCreate
Expand Down Expand Up @@ -121,7 +122,7 @@ class AppPresenter(
// are finished and we can navigate to next screen
scope.launch {
withContext(dispatchersProvider.io) { rssRepository.numberOfFeeds().firstOrNull() }
navigation.push(Config.Home)
navigation.replaceCurrent(Config.Home)
}
}

Expand Down

0 comments on commit 29baada

Please sign in to comment.