Skip to content

Commit

Permalink
Merge pull request #132 from ZacSweers/patch-1
Browse files Browse the repository at this point in the history
Plumb down modifier parameter in iOS AdaptiveBottomSheet
  • Loading branch information
MohamedRejeb authored Jul 25, 2024
2 parents 397cc94 + 21a6a6d commit c88bab2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ actual fun AdaptiveBottomSheet(
CompositionLocalProvider(compositionLocalContext) {
CompositionLocalProvider(sheetCompositionLocalContext) {
Column(
modifier = Modifier.fillMaxSize(),
modifier = modifier.fillMaxSize(),
content = content,
)
}
Expand Down Expand Up @@ -84,4 +84,4 @@ actual fun AdaptiveBottomSheet(
adaptiveSheetState.sheetValue = SheetValue.Hidden
}
}
}
}

0 comments on commit c88bab2

Please sign in to comment.