Fixed
Status Update
Comments
jn...@google.com <jn...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 96fa3513848e302a3829f0a88f1006f9c5bf3070
Author: jnichol <jnichol@google.com>
Date: Thu Feb 10 14:33:35 2022
ScalingLazyColumn: add userScrollEnabled property
LazyColumn now has a userScrollEnabled property, make it available in ScalingLazyColumn as well.
RelNote: "ScalingLazyColumn now has a userScrollEnabled property matching that from LazyList"
Test: ./gradlew :wear:compose:compose-material:connectedCheck --info --daemon
Bug: 217912513
Change-Id: I164d091a910d47c6a2a1297264b053a32e12b406
M wear/compose/compose-material/src/commonMain/kotlin/androidx/wear/compose/material/ScalingLazyColumn.kt
M wear/compose/compose-material/api/current.txt
M wear/compose/compose-material/api/restricted_current.txt
M wear/compose/compose-material/api/public_plus_experimental_current.txt
M wear/compose/compose-material/src/androidAndroidTest/kotlin/androidx/wear/compose/material/ScalingLazyColumnTest.kt
https://android-review.googlesource.com/1979429
Branch: androidx-main
commit 96fa3513848e302a3829f0a88f1006f9c5bf3070
Author: jnichol <jnichol@google.com>
Date: Thu Feb 10 14:33:35 2022
ScalingLazyColumn: add userScrollEnabled property
LazyColumn now has a userScrollEnabled property, make it available in ScalingLazyColumn as well.
RelNote: "ScalingLazyColumn now has a userScrollEnabled property matching that from LazyList"
Test: ./gradlew :wear:compose:compose-material:connectedCheck --info --daemon
Bug: 217912513
Change-Id: I164d091a910d47c6a2a1297264b053a32e12b406
M wear/compose/compose-material/src/commonMain/kotlin/androidx/wear/compose/material/ScalingLazyColumn.kt
M wear/compose/compose-material/api/current.txt
M wear/compose/compose-material/api/restricted_current.txt
M wear/compose/compose-material/api/public_plus_experimental_current.txt
M wear/compose/compose-material/src/androidAndroidTest/kotlin/androidx/wear/compose/material/ScalingLazyColumnTest.kt
Description
For feature parity with LazyColumn we should add b/201150093
userScrollEnabled
param which was added to LazyColumn in