diff options
author | Hailey <me@haileyok.com> | 2024-10-06 12:03:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-06 12:03:06 -0700 |
commit | 686dfa5f782ba66796175c428c8a906fa3a4350a (patch) | |
tree | 0ce8a10f3aec8f57d8c0736604cf406a28da414c /modules/bottom-sheet/ios/SheetViewController.swift | |
parent | 0ebf6366523c2edb1ca2a2ca6a2a610ec135371e (diff) | |
download | voidsky-686dfa5f782ba66796175c428c8a906fa3a4350a.tar.zst |
Fix bounce when expanding sheet on ios (#5627)
Diffstat (limited to 'modules/bottom-sheet/ios/SheetViewController.swift')
-rw-r--r-- | modules/bottom-sheet/ios/SheetViewController.swift | 2 |
1 files changed, 1 insertions, 1 deletions
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 |