mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-02-02 14:16:58 +00:00
fix: Remove double protocol on opening a service link
This commit is contained in:
parent
4e1659cfdc
commit
9929cdd1a3
|
@ -146,7 +146,7 @@ class _Card extends StatelessWidget {
|
||||||
children: [
|
children: [
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: () => _launchURL(
|
onTap: () => _launchURL(
|
||||||
'https://${service.url}',
|
service.url,
|
||||||
),
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
'${service.url}',
|
'${service.url}',
|
||||||
|
|
Loading…
Reference in a new issue