Skip to content

Commit

Permalink
Fix mailto link opened in in-app browser
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed Jan 14, 2023
1 parent 87c2f8a commit 1f2087f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/about/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ class _CreditsCard extends ConsumerWidget {
onTap: () => launcher(
'mailto:[email protected]?'
'subject=${isPro ? "harpy pro" : "harpy"}',
alwaysOpenExternally: true,
),
);
}
Expand Down

0 comments on commit 1f2087f

Please sign in to comment.