Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Thanks for the report! We identified the issue and are looking at possible fixes.
No update yet.
Thanks for the report! We identified the issue and are looking at possible fixes.
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