Bug P4
Status Update
Comments
lp...@google.com <lp...@google.com>
le...@google.com <le...@google.com>
pa...@gmail.com <pa...@gmail.com> #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
Jetpack Compose version: compose-bom = "2024.11.00"
Jetpack Compose component(s) used: LazyRow
Android Studio Build: Build #AI-242.23339.11.2421.12550806, built on October 24, 2024
Kotlin version: 2.0.10
Context: This is Android TV application.
Steps to Reproduce:
KEYCODE_DPAD_LEFT
.Expected behavior: Scrolling should continue smoothly and naturally, moving item by item. Actual behavior: The scroll jumps abruptly to nearly the beginning of the list.
Code Sample to Reproduce: To reproduce the issue, use the code below. Note: Changing PAGE_SIZE to 100 resolves the issue.