From f890faae4b99005109b6e848e9a47ac88328c6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=96=E5=8C=97=E7=A7=A6=E4=B9=9D?= Date: Thu, 5 Feb 2026 09:55:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=BA=97=E9=A1=B5=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C1.0.7=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fableon/Object/Base/Controller/FANavigationController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }