Is `LazyColumn` -> `ContentPadding` last item ...
# compose
a
Is
LazyColumn
->
ContentPadding
last item padding not working? e.g.
Copy code
LazyColumn(
            modifier = Modifier.fillMaxSize(),
            contentPadding = PaddingValues(vertical = 30.dp),
        ) {
   // ... items
   // but last item doesn't with bottom padding
}
z
Did this break with the latest release? This seems pretty easy to reproduce, I’d file a bug (could get lost in this channel)