Can't Repro Bug P2 Add Hotlist Status UpdateNo update yet.Descriptionph...@gmail.com created issue #1Feb 27, 2021 09:27AMJetpack Compose release version: 1.0.0-beta01 Android Studio Build: Android Studio Arctic Fox | 2020.3.1 Canary 7 Build #AI-203.7148.57.2031.7136282, built on February 10, 2021 Steps to Reproduce: 1. val padding = 10.dp LazyColumn( contentPadding = PaddingValues(padding) ) { items(dogsInfo) { dogInfo -> DogInfoView( dogInfo, modifier = Modifier .clickable { onSelect(dogInfo.id) } ) Spacer(modifier = Modifier.height(padding)) } } sample project: https://github.com/PhilipDukhov/android-dev-challenge-compose-puppy scroll LazyColumn until top view disappears from the screen. bottom single pixel image row stays on the screen, until there's no spacing between status bar and next item. scroll back - spacing is clear and has no image until it appears as it should video here: https://youtu.be/9zX7zKtUPc8. From second 2 to 3 I'm slowly scrolling the view and you can see the remaining bottom image row. Issue summaryCommentsAll comments Oldest first cl...@google.com <cl...@google.com> Mar 4, 2021 12:22PMAssigned to an...@google.com.an...@google.com <an...@google.com> #2May 11, 2021 12:55PMStatus: Won't Fix (Not Reproducible)Any progress with the blur effect?Add comment Comment
Description
Jetpack Compose release version: 1.0.0-beta01 Android Studio Build: Android Studio Arctic Fox | 2020.3.1 Canary 7 Build #AI-203.7148.57.2031.7136282, built on February 10, 2021
Steps to Reproduce: 1.