Unverified Commit 8e7139a0 authored by xster's avatar xster Committed by GitHub

Make the gallery about dialog open the website in Safari (#16830)

parent 36cf1158
...@@ -31,7 +31,7 @@ class LinkTextSpan extends TextSpan { ...@@ -31,7 +31,7 @@ class LinkTextSpan extends TextSpan {
style: style, style: style,
text: text ?? url, text: text ?? url,
recognizer: new TapGestureRecognizer()..onTap = () { recognizer: new TapGestureRecognizer()..onTap = () {
launch(url); launch(url, forceSafariVC: false);
} }
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment