Fixed
Status Update
Comments
an...@google.com <an...@google.com>
an...@google.com <an...@google.com>
ry...@google.com <ry...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit df3c63f16d717116662c9210ce241cabbe820545
Author: Ryan Mentley <ryanmentley@google.com>
Date: Wed Sep 23 07:53:08 2020
Saved state support for LazyColumn/Row
Relnote: """Lazy list position and scroll offset are now saved and
restored across Activity recreation"""
Test: Add new tests, manual test via demo app + Don't keep activities
dev option
Fixes: 166589058
Change-Id: Ie045f8264ad032fd46934306d4cf603db81b23a2
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/api/public_plus_experimental_current.txt
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/LazyColumnForTest.kt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/LazyRowForTest.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListState.kt
https://android-review.googlesource.com/1435332
Branch: androidx-master-dev
commit df3c63f16d717116662c9210ce241cabbe820545
Author: Ryan Mentley <ryanmentley@google.com>
Date: Wed Sep 23 07:53:08 2020
Saved state support for LazyColumn/Row
Relnote: """Lazy list position and scroll offset are now saved and
restored across Activity recreation"""
Test: Add new tests, manual test via demo app + Don't keep activities
dev option
Fixes: 166589058
Change-Id: Ie045f8264ad032fd46934306d4cf603db81b23a2
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/api/public_plus_experimental_current.txt
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/LazyColumnForTest.kt
M compose/foundation/foundation/src/androidAndroidTest/kotlin/androidx/compose/foundation/lazy/LazyRowForTest.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListState.kt
Description