Inline the scroll state.
This commit is contained in:
parent
4fa30f384d
commit
f8a16f2ea3
4 changed files with 4 additions and 18 deletions
|
|
@ -81,12 +81,9 @@ fun BugReportView(
|
|||
.systemBarsPadding()
|
||||
.imePadding()
|
||||
) {
|
||||
val scrollState = rememberScrollState()
|
||||
Column(
|
||||
modifier = Modifier
|
||||
.verticalScroll(
|
||||
state = scrollState,
|
||||
)
|
||||
.verticalScroll(state = rememberScrollState())
|
||||
.padding(horizontal = 16.dp),
|
||||
) {
|
||||
val isError = state.sending is Async.Failure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue