We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0196982 commit 77c5546Copy full SHA for 77c5546
shared/src/commonMain/kotlin/org/jetbrains/kotlinconf/navigation/KotlinConfNavHost.kt
@@ -64,6 +64,8 @@ internal fun KotlinConfNavHost(isOnboardingComplete: Boolean) {
64
val startDestination = if (isOnboardingComplete) MainScreen else StartPrivacyNoticeScreen
65
val appBackStack = rememberNavBackStack<AppRoute>(startDestination)
66
67
+ // TODO Integrate with browser navigation here https://github.com/JetBrains/kotlinconf-app/issues/557
68
+
69
NotificationHandler(appBackStack)
70
71
NavDisplay(
0 commit comments