Skip to content

Commit

Permalink
fixup demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed May 17, 2024
1 parent 1fa9d1c commit 8168084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/src/main/kotlin/dev/hrach/navigation/demo/NavHost.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import androidx.navigation.NavHostController
import androidx.navigation.compose.NavHost
import androidx.navigation.compose.composable
import dev.hrach.navigation.bottomsheet.BottomSheetNavigator
import dev.hrach.navigation.bottomsheet.ModalBottomSheetHost
import dev.hrach.navigation.bottomsheet.BottomSheetHost
import dev.hrach.navigation.bottomsheet.bottomSheet
import dev.hrach.navigation.modalsheet.ModalSheetHost
import dev.hrach.navigation.modalsheet.ModalSheetNavigator
Expand Down Expand Up @@ -35,5 +35,5 @@ internal fun NavHost(
bottomSheet<Destinations.BottomSheet> { BottomSheet(navController) }
}
ModalSheetHost(modalSheetNavigator)
ModalBottomSheetHost(bottomSheetNavigator)
BottomSheetHost(bottomSheetNavigator)
}

0 comments on commit 8168084

Please sign in to comment.