Assigned
Status Update
Comments
em...@well.co <em...@well.co> #2
Automatic regression verification started for measurement:
ChromiumPerf/android-pixel6-perf/system_health.memory_mobile/memory:chrome:all_processes:reported_by_chrome:malloc:max_committed_size_avg/browse_news
Verification workflow id: projects/62121018386/locations/us-central1/workflows/sandwich-verification-workflow-prod/executions/f430dab5-4642-48dd-a3d6-a50904c1d68e
ChromiumPerf/android-pixel6-perf/system_health.memory_mobile/memory:chrome:all_processes:reported_by_chrome:malloc:max_committed_size_avg/browse_news
Verification workflow id: projects/62121018386/locations/us-central1/workflows/sandwich-verification-workflow-prod/executions/f430dab5-4642-48dd-a3d6-a50904c1d68e
Description
composeBom = "2024.04.01"
Jetpack Compose component(s) used:
LazyColumn, AndroidView for WebView
Android Studio Build:
Android Studio Ladybug | 2024.2.1 Patch 2
Kotlin version:
2.0.0
Steps to Reproduce or Code Sample to Reproduce:
Greenfield app:
1. Create a LazyColumn, and place some items.
2. Add a webview wrapped with AndroidView between the items. Don't add a height modifier, so it should take
3. Load content to webview locally - should be a long content so that it makes the screen scrollable.
4. Scroll through the list and rotate your device - while the webview is the first visible item
5. Observe that scroll state is lost.