Skip to content

Commit b11d3c3

Browse files
authored
Reverted bottom sheet animation skip (#2140)
1 parent aa77e94 commit b11d3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FluentUI_iOS/Components/Bottom Sheet/BottomSheetController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ public class BottomSheetController: UIViewController, Shadowable, TokenizedContr
531531

532532
public override func viewSafeAreaInsetsDidChange() {
533533
super.viewSafeAreaInsetsDidChange()
534-
completeAnimationsIfNeeded()
534+
completeAnimationsIfNeeded(skipToEnd: true)
535535
}
536536

537537
public override func willTransition(to newCollection: UITraitCollection, with coordinator: UIViewControllerTransitionCoordinator) {

0 commit comments

Comments
 (0)