Skip to content

Commit

Permalink
perf: nav delay
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Sep 19, 2024
1 parent 1b5e60c commit 13293bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/li/songe/gkd/ui/home/HomePage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fun HomePage() {
importData(uri)
}
} else if (uri.scheme == "gkd" && uri.host == "page") {
delay(300)
delay(200)
when (uri.path) {
"/1" -> {
navController.toDestinationsNavigator().navigate(AdvancedPageDestination)
Expand Down

0 comments on commit 13293bb

Please sign in to comment.