Skip to content

Commit

Permalink
fix: navigation screen renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
y9san9 committed Feb 18, 2024
1 parent 19cbf87 commit 217d0f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public val DI.navController: NavController by Dependency
internal val LocalNavController: ProvidableCompositionLocal<NavController?> = compositionLocalOf { null }

@Composable
public fun NavigationScreen(
public fun NavigationDI(
controller: NavController,
block: @Composable () -> Unit
) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ composeCompiler = "1.5.6"
androidxNavigation = "2.7.7"
lifecycle = "2.6.1"

mdi = "0.0.35"
mdi = "0.0.36"

[libraries]

Expand Down

0 comments on commit 217d0f3

Please sign in to comment.