mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-21 12:17:12 +03:00
Update StreamsCatalogSheet.kt
This commit is contained in:
parent
563efef3c9
commit
717479961c
1 changed files with 1 additions and 2 deletions
|
@ -64,10 +64,9 @@ fun StreamsCatalogSheet(
|
|||
onOverflowMenuClicked = onSettingsClicked,
|
||||
overflowIcon = Icons.Outlined.Settings,
|
||||
hideSystemBars = true,
|
||||
) { contentPadding, page ->
|
||||
) { page ->
|
||||
Column(
|
||||
modifier = Modifier
|
||||
.padding(contentPadding)
|
||||
.padding(vertical = TabbedDialogPaddings.Vertical)
|
||||
.verticalScroll(rememberScrollState()),
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue