I'm enjoying how good is Compose API. For example ...
# compose
d
I'm enjoying how good is Compose API. For example I needed 3-state BottomSheetScaffold. When I understood I can't do what I want with the default one, I've just copied it, added 3rd state. And wow, `Swipeable`'s
progress
just switches between 3 states exactly how I'd expect it to switch. Please, Compose devs, keep this up, looks like you have a great team there!
💜 8
(btw, the only "glitch" was that I can't copy
BottomSheetScaffold
exactly, because
SwipeableState.maxBound
is internal and sheet's nestedScrollingConnection uses it, so I had to hack around and this hack is not a good one...)