File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
feature/photolog/detail/src/main/java/com/twix/photolog/detail Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ import androidx.compose.foundation.layout.Column
99import androidx.compose.foundation.layout.Spacer
1010import androidx.compose.foundation.layout.fillMaxSize
1111import androidx.compose.foundation.layout.height
12- import androidx.compose.foundation.rememberScrollState
13- import androidx.compose.foundation.verticalScroll
1412import androidx.compose.runtime.Composable
1513import androidx.compose.runtime.getValue
1614import androidx.compose.runtime.mutableStateOf
@@ -167,12 +165,9 @@ fun PhotologDetailScreen(
167165 onPoke : () -> Unit ,
168166 onSwipe : () -> Unit ,
169167) {
170- val scrollState = rememberScrollState()
171-
172168 Column (
173169 Modifier
174170 .fillMaxSize()
175- .verticalScroll(scrollState)
176171 .background(color = CommonColor .White ),
177172 ) {
178173 PhotologDetailTopBar (
You can’t perform that action at this time.
0 commit comments