Fix bounce when expanding sheet on ios (#5627)

This commit is contained in:
Hailey
2024-10-06 12:03:06 -07:00
committed by GitHub
parent 0ebf636652
commit 686dfa5f78
2 changed files with 6 additions and 3 deletions
@@ -62,7 +62,7 @@ class SheetViewController: UIViewController {
}
}
}
func getCurrentDetentIdentifier() -> UISheetPresentationController.Detent.Identifier? {
guard let sheet = self.sheetPresentationController else {
return nil