Skip to content

Commit

Permalink
fix: open contributor links externally (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
YarosMallorca authored Apr 18, 2023
1 parent 197770b commit f0b0282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/widgets/contributorsView/contributors_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f0b0282

Please sign in to comment.