I have a horizontal pager with 2 pages
In each page I have a LazyColumn
Sometimes while scrolling lazy column, the pager maybe consumes the scroll event and changes the page
Any way to fix this?
a
Albert Chang
04/08/2024, 2:23 PM
If the pager really consumes scroll delta while you are scrolling the column, i.e. you are already scrolling the column but suddenly interrupted by the pager, you should file a bug with a repro.
Otherwise, this.