mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-01 14:34:24 +02:00
fix: open contributor links externally (#791)
This commit is contained in:
parent
197770b68b
commit
f0b028279c
@ -55,6 +55,7 @@ class _ContributorsCardState extends State<ContributorsCard> {
|
|||||||
Uri.parse(
|
Uri.parse(
|
||||||
widget.contributors[index]['html_url'],
|
widget.contributors[index]['html_url'],
|
||||||
),
|
),
|
||||||
|
mode: LaunchMode.externalApplication,
|
||||||
),
|
),
|
||||||
child: FutureBuilder<File?>(
|
child: FutureBuilder<File?>(
|
||||||
future: DefaultCacheManager().getSingleFile(
|
future: DefaultCacheManager().getSingleFile(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user