Skip to content

Commit

Permalink
Update libraries/core/src/main/kotlin/com/bumble/appyx/core/composabl…
Browse files Browse the repository at this point in the history
…e/Children.kt

Co-authored-by: Manuel Vivo <[email protected]>
  • Loading branch information
KovalevAndrey and manuelvicnt authored May 7, 2024
1 parent 8a1c9d1 commit aeb4eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ inline fun <reified NavTarget : Any, State> ParentNode<NavTarget>.Children(
) {
CompositionLocalProvider(
/** If sharedElement is not supported for this Node - provide null otherwise children
* can consume ascendant's LocalSharedElementScope */
* can consume ascendant's LocalSharedElementScope */
LocalSharedElementScope provides null
) {
block(
Expand Down

0 comments on commit aeb4eb5

Please sign in to comment.