You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introducing BottomSheetFragment (#79) in the commons module
Support for multiple state and dismiss listeners on a single sheet (#86). Note: this is a breaking API change for listeners. Change your calls from setOnStateChangeListener to addOnStateChangeListener. Make sure to remove your listeners with a call to removeOnStateChangeListener after they're no longer useful, or you'll create a memory leak
Fixed sheets sometimes being in the wrong position with dynamic sizing (#80)