Fixed Bug P3 Add Hotlist Status UpdateNo update yet.Descriptioncl...@google.com created issue #1May 21, 2020 02:59PMI 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. Swap scrollerPosition and modifier for consistency Issue summaryCommentsAll comments Oldest first ap...@google.com <ap...@google.com> #2Jul 14, 2020 06:41PMMarked as fixed.Thanks! This looks like a bug, thank you for reporting! Add comment Comment
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