[Solved] Will there be a horologist modifier to de...
# compose-wear
y
[Solved] Will there be a horologist modifier to detect bezel event for ScalingLazyColumn? The
scrollableColumn
modifier doesn’t seem to register the rotation of GW4 bezel. Is this still the way to do it with
onRotaryScrollEvent
modifier (https://stackoverflow.com/questions/70060650/how-to-implement-positionindicator-for-bezel-galaxy-watch-4-classic-wear-os-3) ?
My bad
scrollableColumn
actually works, I forgot to request focus in the composable displays the ScalingLazyColumn.
y
phew!
Yep - we use it this way.
Horologist has a FocusOnResume function that will call it at the right times for navigation.
👍 1