From 686dfa5f782ba66796175c428c8a906fa3a4350a Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 6 Oct 2024 12:03:06 -0700 Subject: Fix bounce when expanding sheet on ios (#5627) --- modules/bottom-sheet/ios/SheetViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bottom-sheet/ios/SheetViewController.swift') diff --git a/modules/bottom-sheet/ios/SheetViewController.swift b/modules/bottom-sheet/ios/SheetViewController.swift index 56473b21c..7b6606980 100644 --- a/modules/bottom-sheet/ios/SheetViewController.swift +++ b/modules/bottom-sheet/ios/SheetViewController.swift @@ -62,7 +62,7 @@ class SheetViewController: UIViewController { } } } - + func getCurrentDetentIdentifier() -> UISheetPresentationController.Detent.Identifier? { guard let sheet = self.sheetPresentationController else { return nil -- cgit 1.4.1