Remove redundant inset handling in AdaptiveSheet

The Dialog is handling it anyway, so this doesn't really do anything useful.
We might need to add this back if Dialog actually handles edge-to-edge properly.
This commit is contained in:
arkon
2023-05-24 18:10:17 -04:00
parent 3ae1e37c40
commit e3b2720924
5 changed files with 9 additions and 25 deletions

View File

@@ -55,10 +55,9 @@ fun LibrarySettingsDialog(
stringResource(R.string.action_sort),
stringResource(R.string.action_display),
),
) { contentPadding, page ->
) { page ->
Column(
modifier = Modifier
.padding(contentPadding)
.padding(vertical = TabbedDialogPaddings.Vertical)
.verticalScroll(rememberScrollState()),
) {