I have a horizontal pager with 2 pages In each pag...
# compose
v
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
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.
1