Flipboard / bottomsheet

Android component which presents a dismissible view from the bottom of the screen
BSD 3-Clause "New" or "Revised" License
4.53k stars 594 forks source link

BottomSheetFragment expands by himself when I remove elements from the view. #206

Open Balthair94 opened 5 years ago

Balthair94 commented 5 years ago

Hi All.

I am not sure if this is a known problem, but I could'n find anything similar. I hope someone can help me.

I am Using a BottomSheetFragment to show details from certain Object. But the thing is that in some cases I need to change the visibility of a few elements to "GONE", like there are things that need to be show when the Fragment is expanded or in peek state. But when is removed an element, the BottomSheetFragment expands. And in some times doesn't let me get dismiss the Fragment.

Thank you for your attention.