File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
presentation/src/main/java/com/threegap/bitnagil/presentation/report Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import androidx.compose.foundation.layout.Row
1818import androidx.compose.foundation.layout.WindowInsets
1919import androidx.compose.foundation.layout.fillMaxSize
2020import androidx.compose.foundation.layout.fillMaxWidth
21- import androidx.compose.foundation.layout.height
2221import androidx.compose.foundation.layout.ime
2322import androidx.compose.foundation.layout.padding
2423import androidx.compose.foundation.layout.statusBarsPadding
@@ -305,7 +304,6 @@ private fun ReportScreen(
305304 value = uiState.reportContent,
306305 onValueChange = onReportContentChange,
307306 modifier = Modifier
308- .height(88 .dp)
309307 .focusRequester(contentFocusRequester),
310308 keyboardOptions = KeyboardOptions (
311309 imeAction = ImeAction .Done ,
@@ -322,6 +320,7 @@ private fun ReportScreen(
322320 color = BitnagilTheme .colors.coolGray80,
323321 )
324322 },
323+ minLines = 3 ,
325324 )
326325
327326 Text (
You can’t perform that action at this time.
0 commit comments