![]() Fix several issues with the bottom sheet implementation, mostly relating to what occurs when the bar is hidden. Previously, if the bar was hidden and then re-shown, it would not be visible, and you could override a hidden event with another tap. These are now both resolved by removing a stray visibility assignment and replacing the old drag checks with a new isDraggable attribute. In the future, I hope to abuse BottomSheetBehavior into not being a pile of garbage and replace this system once and for all. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
NOTICE | ||
proguard-rules.pro |