From ab901ac84c8b957ee076cab4e5f0e9a8016879aa Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Mon, 30 Sep 2024 06:00:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Refactor:=20Rename=20to=20`notif?= =?UTF-8?q?yOnSystemSheetPanGestureInvoked`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary * Rename `ModalSheetViewControllerLifecycleNotifier. notifyOnSytemSheetPanGestureInvoked` to `notifyOnSystemSheetPanGestureInvoked`. --- ios/Temp/ModalSheetViewControllerEventsNotifiable.swift | 4 ++-- ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/Temp/ModalSheetViewControllerEventsNotifiable.swift b/ios/Temp/ModalSheetViewControllerEventsNotifiable.swift index eaf5cd41..15d63aaa 100644 --- a/ios/Temp/ModalSheetViewControllerEventsNotifiable.swift +++ b/ios/Temp/ModalSheetViewControllerEventsNotifiable.swift @@ -25,7 +25,7 @@ public protocol ModalSheetViewControllerEventsNotifiable: AnyObject { presentationController: UIPresentationController ); - func notifyOnSytemSheetPanGestureInvoked( + func notifyOnSystemSheetPanGestureInvoked( sender: UIViewController, panGesture: UIPanGestureRecognizer, gesturePoint: CGPoint @@ -69,7 +69,7 @@ public extension ModalSheetViewControllerEventsNotifiable { // no-op }; - func notifyOnSytemSheetPanGestureInvoked( + func notifyOnSystemSheetPanGestureInvoked( sender: UIViewController, panGesture: UIPanGestureRecognizer, gesturePoint: CGPoint diff --git a/ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift b/ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift index ba6769a9..c01315f9 100644 --- a/ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift +++ b/ios/Temp/ModalSheetViewControllerLifecycleNotifier.swift @@ -171,7 +171,7 @@ open class ModalSheetViewControllerLifecycleNotifier: ViewControllerLifecycleNot #endif self.sheetLifecycleEventDelegates.invoke { - $0.notifyOnSytemSheetPanGestureInvoked( + $0.notifyOnSystemSheetPanGestureInvoked( sender: self, panGesture: panGesture, gesturePoint: gesturePoint