Skip to content

Commit 9cc046c

Browse files
committed
fix: do not expand volume action bottom sheet to fill screen after fixing it on small screens
1 parent 7452a5e commit 9cc046c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

base/src/main/java/io/github/sds100/keymapper/base/actions/VolumeActionBottomSheet.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ private fun VolumeActionBottomSheet(
105105
dragHandle = null,
106106
) {
107107
Column(
108-
modifier = Modifier
109-
.verticalScroll(scrollState)
110-
.weight(1f),
108+
modifier = Modifier.verticalScroll(scrollState),
111109
) {
112110
Spacer(modifier = Modifier.height(16.dp))
113111

0 commit comments

Comments
 (0)