Bug P3
Status Update
Comments
jn...@google.com <jn...@google.com> #2
That's correct, we have not yet updated the Wear Compose Navigation library to support the type-safety that's now supported on the compose navhost. It's on the roadmap, but unlikely to make it as part of our 1.5 release.
Description
Component used: ScalingLazyColumn Version used: alpha12 Devices/Android versions reproduced on: Emulator
If you create a ScalingLazyColumn with reverseLayout = true and a large amount of contentPadding (150.dp+) then the list items do not draw correctly.
Screenshot attached.
Example code