Skip to content

Commit 77c5546

Browse files
committed
Add TODO for browser nav integration
1 parent 0196982 commit 77c5546

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/src/commonMain/kotlin/org/jetbrains/kotlinconf/navigation/KotlinConfNavHost.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ internal fun KotlinConfNavHost(isOnboardingComplete: Boolean) {
6464
val startDestination = if (isOnboardingComplete) MainScreen else StartPrivacyNoticeScreen
6565
val appBackStack = rememberNavBackStack<AppRoute>(startDestination)
6666

67+
// TODO Integrate with browser navigation here https://github.com/JetBrains/kotlinconf-app/issues/557
68+
6769
NotificationHandler(appBackStack)
6870

6971
NavDisplay(

0 commit comments

Comments
 (0)