gowong / material-sheet-fab

Android library that provides the floating action button to sheet transition from Google's Material Design.
MIT License
1.58k stars 255 forks source link

FAB allows scrolling when in sheet mode, which then breaks layout when minimized #48

Open ghost opened 6 years ago

ghost commented 6 years ago

When I click the FAB, it morphs into the sheet. I can click somewhere in the sheet, hold, and drag down to begin scrolling my CoordinatorLayout/NestedScrollView in the background. If I do any such sort of scrolling, when I dismiss the sheet, the FAB is put in a buggy location with a buggy size.