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
Describe the Bug:
Adding BackHandler onBack callback doesn't get called if BackHandler is added and the bottom sheet in visible.
Expected Behavior:
To control the back navigation manually I would expect that BackHandler to work in combination to the FlexibleBottomSheet.
Notes:
I noticed looking at the source code that FlexibleBottomSheetPopup controls the BackHandle behaviour and that it will force you to go to sheetState.intermediatelyExpand() if current is FullyExpanded. What if we want to make it close completely instead?
The text was updated successfully, but these errors were encountered:
Please complete the following information:
Describe the Bug:
Adding
BackHandler
onBack callback doesn't get called ifBackHandler
is added and the bottom sheet in visible.Expected Behavior:
To control the back navigation manually I would expect that
BackHandler
to work in combination to the FlexibleBottomSheet.Notes:
I noticed looking at the source code that
FlexibleBottomSheetPopup
controls the BackHandle behaviour and that it will force you to go tosheetState.intermediatelyExpand()
if current isFullyExpanded
. What if we want to make it close completely instead?The text was updated successfully, but these errors were encountered: