Hello, I am using `ComposeView().ignoresSafeArea(....
# compose-ios
r
Hello, I am using
ComposeView().ignoresSafeArea(.all)
to draw under the navigation bar. The problem is that when the user swipes from the bottom to go to home my LazyList is interfering with touch event and it scrolls a bit. Is there a workaround?