Fixed
Status Update
Comments
st...@google.com <st...@google.com> #2
Looks like a candidate for a 1.4.1 patch when we have a fix for this.
st...@google.com <st...@google.com> #3
Solution should be not to add the rotaryScrollableBehavior modifier if userScrollEnabled = false.
mk...@google.com <mk...@google.com>
mk...@google.com <mk...@google.com>
ap...@google.com <ap...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-main
commit 59eaabb2da2d6e71eeabf8d74bbc0dd9c04bb8df
Author: mkulaha <mkulaha@google.com>
Date: Mon Sep 09 11:58:40 2024
Disable rotary scroll in ScalingLazyColumn when userScrollEnabled flag is false
Bug: 360295825,
Test: ScalingLazyColumnTest
Relnote: "Fixing bug when rotary in ScalingLazyColumn was not disabled when userScrollEnabled flag was set to false"
Change-Id: I490ab6859a0ccd7cd12d26acabb8d8a9eade4086
M wear/compose/compose-foundation/src/androidTest/kotlin/androidx/wear/compose/foundation/lazy/ScalingLazyColumnTest.kt
M wear/compose/compose-foundation/src/main/java/androidx/wear/compose/foundation/lazy/ScalingLazyColumn.kt
https://android-review.googlesource.com/3259812
Branch: androidx-main
commit 59eaabb2da2d6e71eeabf8d74bbc0dd9c04bb8df
Author: mkulaha <mkulaha@google.com>
Date: Mon Sep 09 11:58:40 2024
Disable rotary scroll in ScalingLazyColumn when userScrollEnabled flag is false
Bug: 360295825,
Test: ScalingLazyColumnTest
Relnote: "Fixing bug when rotary in ScalingLazyColumn was not disabled when userScrollEnabled flag was set to false"
Change-Id: I490ab6859a0ccd7cd12d26acabb8d8a9eade4086
M wear/compose/compose-foundation/src/androidTest/kotlin/androidx/wear/compose/foundation/lazy/ScalingLazyColumnTest.kt
M wear/compose/compose-foundation/src/main/java/androidx/wear/compose/foundation/lazy/ScalingLazyColumn.kt
Description
Component used: Wear Compose Version used: 1.4.0-beta?