Skip to content

Commit

Permalink
fix of build
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Oct 3, 2024
1 parent 9ca9f01 commit b8abdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/src/commonMain/kotlin/InitNavigation.kt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private fun <Base> initNavigation(
}
}
}
CompositionLocalProvider(LocalNavigationNodeFactory<Base>() provides resultNodesFactory) {
doWithNodesFactoryInLocalProvider(resultNodesFactory) {
logger.d { "Hierarchy saving enabled" }

val existsChain = configsRepo.get()
Expand Down

0 comments on commit b8abdfa

Please sign in to comment.