about summary refs log tree commit diff
path: root/modules/bottom-sheet/ios/SheetViewController.swift
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-10-06 12:03:06 -0700
committerGitHub <noreply@github.com>2024-10-06 12:03:06 -0700
commit686dfa5f782ba66796175c428c8a906fa3a4350a (patch)
tree0ce8a10f3aec8f57d8c0736604cf406a28da414c /modules/bottom-sheet/ios/SheetViewController.swift
parent0ebf6366523c2edb1ca2a2ca6a2a610ec135371e (diff)
downloadvoidsky-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.swift2
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