I have a question There's a example ```HorizontalPager { Drawer { } LazyColumn { // Main page items ...
s
I have a question There's a example
Copy code
HorizontalPager {
Drawer {
}
LazyColumn {
// Main page items here
}
}
How can user start scroll in LazyColumn and then open drawer by gesture? I think it's a bug
The column is filing and comsumes the scroll event so i cant do it