Bug 1813753 - Skip the half-expanded state when collapsing the Tabs Tray

(cherry picked from commit ad885909685e567d087cf19873fa168462c7565d)
pull/600/head
Noah Bond 1 year ago committed by mergify[bot]
parent 5a2da30134
commit 54b9ddafc5

@ -39,6 +39,7 @@ internal class TabSheetBehaviorManager(
internal var currentOrientation = orientation
init {
behavior.skipCollapsed = true
behavior.addBottomSheetCallback(
TraySheetBehaviorCallback(behavior, navigationInteractor),
)

Loading…
Cancel
Save