mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: open contributor links externally (#791)
This commit is contained in:
parent
197770b68b
commit
f0b028279c
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class _ContributorsCardState extends State<ContributorsCard> {
|
|||
Uri.parse(
|
||||
widget.contributors[index]['html_url'],
|
||||
),
|
||||
mode: LaunchMode.externalApplication,
|
||||
),
|
||||
child: FutureBuilder<File?>(
|
||||
future: DefaultCacheManager().getSingleFile(
|
||||
|
|
Loading…
Reference in a new issue