File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
DittoToolsAndroid/src/main/java/live/ditto/tools/health/ui/composables Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ package live.ditto.tools.health.ui.composables
33import androidx.compose.foundation.layout.Arrangement
44import androidx.compose.foundation.layout.Column
55import androidx.compose.foundation.layout.padding
6- import androidx.compose.foundation.rememberScrollState
7- import androidx.compose.foundation.verticalScroll
86import androidx.compose.runtime.Composable
97import androidx.compose.ui.Modifier
108import androidx.compose.ui.unit.dp
@@ -16,8 +14,7 @@ fun HealthScreen(
1614) {
1715 Column (
1816 modifier = modifier
19- .padding(8 .dp)
20- .verticalScroll(state = rememberScrollState()),
17+ .padding(8 .dp),
2118 verticalArrangement = Arrangement .spacedBy(16 .dp)
2219 ) {
2320 displayList.forEach { screen ->
You can’t perform that action at this time.
0 commit comments