perf: nav delay
Some checks are pending
Build-Apk / build (push) Waiting to run

This commit is contained in:
lisonge 2024-09-19 22:45:03 +08:00
parent 1b5e60c67c
commit 13293bbb37

View File

@ -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)