I'm using the new androidx material navigation lib...
# compose-android
c
I'm using the new androidx material navigation lib for bottomSheet destinations. In accompanist there was a way to skipHalfExpanded, but that doesn't seem possible anymore. Am I missing something right in front of me? fwiw, i dont see anything in the release notes regarding it: https://developer.android.com/jetpack/androidx/releases/compose-material#1.7.0-alpha04
i
There was never any skipHalfExpanded control in Accompanist - just requests to add it (which would need to be filed against the Material team on the issue tracker now)
c
Hm. I could have sworn I had it in my previous app. I'll have to take a look. in the meantime... if anyone knows of a workaround, let me know!
t
copy/paste adapt, or use someone who did that already https://github.com/hrach/navigation-compose/ for example.
🙏 1