Remove obsolete comment.
This commit is contained in:
parent
5d9cfbd89a
commit
3d0add3528
1 changed files with 0 additions and 2 deletions
|
|
@ -108,13 +108,11 @@ fun SheetState.hide(coroutineScope: CoroutineScope, then: suspend () -> Unit) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// This preview and its screenshots are blank, see: https://issuetracker.google.com/issues/283843380
|
|
||||||
@Preview(group = PreviewGroup.BottomSheets)
|
@Preview(group = PreviewGroup.BottomSheets)
|
||||||
@Composable
|
@Composable
|
||||||
internal fun ModalBottomSheetLightPreview() =
|
internal fun ModalBottomSheetLightPreview() =
|
||||||
ElementPreviewLight { ContentToPreview() }
|
ElementPreviewLight { ContentToPreview() }
|
||||||
|
|
||||||
// This preview and its screenshots are blank, see: https://issuetracker.google.com/issues/283843380
|
|
||||||
@Preview(group = PreviewGroup.BottomSheets)
|
@Preview(group = PreviewGroup.BottomSheets)
|
||||||
@Composable
|
@Composable
|
||||||
internal fun ModalBottomSheetDarkPreview() =
|
internal fun ModalBottomSheetDarkPreview() =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue