Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
The attached Build Scan log shows that the emulator process crashed unexpectedly. Could you rerun your task with --info
and -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
to get more information about the emualtor process logs?
Description
I replaced
Column(Modifier.padding(8.dp))
with
VerticalScroller
and it doesn't work as modifier is not the first optional parameter, so I had to use named parameters. SwapscrollerPosition
andmodifier
for consistency