Bug P4
Status Update
Comments
gr...@google.com <gr...@google.com>
le...@google.com <le...@google.com>
bu...@webtoonscorp.com <bu...@webtoonscorp.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
bu...@webtoonscorp.com <bu...@webtoonscorp.com> #3
🥪 Regression verification projects/62121018386/locations/us-central1/workflows/sandwich-verification-workflow-prod/executions/f430dab5-4642-48dd-a3d6-a50904c1d68e job 169445e4610000 for test: ChromiumPerf/android-pixel6-perf/system_health.memory_mobile/memory:chrome:all_processes:reported_by_chrome:malloc:max_committed_size_avg/browse_news
did NOT reproduce the regression with statistic: {'control_median': 135405568, 'lower': -2.0340368398504394, 'p_value': 0.42795460671186447, 'treatment_median': 135325696, 'upper': 1.0165479548803757}.
Issue closed.
did NOT reproduce the regression with statistic: {'control_median': 135405568, 'lower': -2.0340368398504394, 'p_value': 0.42795460671186447, 'treatment_median': 135325696, 'upper': 1.0165479548803757}.
Issue closed.
Description
Jetpack Compose component(s) used:
* LazyColumn
* PagingSource (for paginated data loading)
Android Studio Build:
* Ladybug Feature Drop | 2024.2.2
Kotlin version: 2.0.0
Steps to Reproduce or Code Sample to Reproduce:
1. Use the same PagingSource instance for both a RecyclerView and a LazyColumn.
2. Scroll quickly in RecyclerView → Once new pages are loaded, the scroll continues automatically.
3. Scroll quickly in LazyColumn → Once new pages are loaded, the scroll does not continue.
It appears that LazyColumn only allows scrolling up to the previously available items.
4. Releasing the scroll and then scrolling again makes it possible to continue scrolling.