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); } }