Horologist is a group of libraries that aim to supplement Wear OS developers with features that are commonly required by developers but not yet available.
Hi, I created a very basic sample with a ScalingLazyColumn using rotaryWithScroll to be able to scroll via the crown/RSB. But if I rotate the RSB, the list isn't scrolling. I also tried it with onRotaryScrollEvent which is suggested here which works.
So is it intended to use the old onRotaryScrollEvent or is rotaryWithScroll with ScalingLazyColumn just not working correctly? Or am I doing sth. wrong here?
Used on Pixel Watch with Wear OS 4 and Horologist 0.5.14
Hi, I created a very basic sample with a
ScalingLazyColumn
usingrotaryWithScroll
to be able to scroll via the crown/RSB. But if I rotate the RSB, the list isn't scrolling. I also tried it withonRotaryScrollEvent
which is suggested here which works. So is it intended to use the oldonRotaryScrollEvent
or isrotaryWithScroll
withScalingLazyColumn
just not working correctly? Or am I doing sth. wrong here?Used on Pixel Watch with Wear OS 4 and Horologist 0.5.14