diff --git a/Fableon/Object/Base/Controller/FANavigationController.swift b/Fableon/Object/Base/Controller/FANavigationController.swift index 03982c2..b015eac 100644 --- a/Fableon/Object/Base/Controller/FANavigationController.swift +++ b/Fableon/Object/Base/Controller/FANavigationController.swift @@ -15,7 +15,7 @@ class FANavigationController: UINavigationController { if #available(iOS 26.0, *) { self.interactiveContentPopGestureRecognizer?.isEnabled = false } - + fd_fullscreenPopGestureRecognizer.isEnabled = true }