File tree Expand file tree Collapse file tree
feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/step_v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import androidx.compose.foundation.layout.imePadding
1111import androidx.compose.foundation.layout.padding
1212import androidx.compose.foundation.layout.width
1313import androidx.compose.foundation.relocation.BringIntoViewRequester
14+ import androidx.compose.foundation.relocation.bringIntoViewRequester
1415import androidx.compose.foundation.rememberScrollState
1516import androidx.compose.foundation.shape.RoundedCornerShape
1617import androidx.compose.foundation.text.KeyboardOptions
@@ -119,7 +120,9 @@ internal fun QuoteStepV2(
119120 colorStyle = ReedButtonColorStyle .TERTIARY ,
120121 sizeStyle = mediumButtonStyle,
121122 text = stringResource(R .string.quote_step_scan_sentence),
122- modifier = Modifier .fillMaxWidth(),
123+ modifier = Modifier
124+ .fillMaxWidth()
125+ .bringIntoViewRequester(bringIntoViewRequester),
123126 leadingIcon = {
124127 Icon (
125128 imageVector = ImageVector .vectorResource(designR.drawable.ic_maximize),
You can’t perform that action at this time.
0 commit comments