From 401f5268a6e5d18fdad9e924cb9f4c5227873b02 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Sun, 1 Jun 2025 11:49:10 +0800 Subject: [PATCH] fix appscheme Signed-off-by: bggRGjQaUbCoE --- lib/utils/app_scheme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/app_scheme.dart b/lib/utils/app_scheme.dart index ff28c0065..fc0358c94 100644 --- a/lib/utils/app_scheme.dart +++ b/lib/utils/app_scheme.dart @@ -512,7 +512,7 @@ class PiliScheme { } void launchURL() { - if (selfHandle) { + if (!selfHandle) { _toWebview(uri.toString(), off, parameters); } }