Skip to content

Commit

Permalink
Safe area change forcing animations to skip to the end state is remov…
Browse files Browse the repository at this point in the history
…ed (#2118)
  • Loading branch information
cbowdoin authored Jan 28, 2025
1 parent fa970f4 commit 7ad34ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ public class BottomSheetController: UIViewController, Shadowable, TokenizedContr

public override func viewSafeAreaInsetsDidChange() {
super.viewSafeAreaInsetsDidChange()
completeAnimationsIfNeeded(skipToEnd: true)
completeAnimationsIfNeeded()
}

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

0 comments on commit 7ad34ed

Please sign in to comment.