Skip to content

Commit

Permalink
🔥 remove donation link
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Sep 4, 2023
1 parent 1f0c646 commit 6d46ef7
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions lib/pages/settings/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -573,14 +573,15 @@ class MoreInfoSection extends StatelessObserverWidget {
onTap: () => launchUrlString(Urls.reportIssue),
trailing: const Icon(Icons.open_in_new),
),
SettingsTile(
label: 'Donate',
subtitle:
'If you like the app, consider donating whatever you can to support it.',
leading: const Icon(Icons.paid_outlined),
onTap: () => launchUrlString(Urls.githubSponsor),
trailing: const Icon(Icons.open_in_new),
),
// Apple rejects apps that have donation links.
// SettingsTile(
// label: 'Donate',
// subtitle:
// 'If you like the app, consider donating whatever you can to support it.',
// leading: const Icon(Icons.paid_outlined),
// onTap: () => launchUrlString(Urls.githubSponsor),
// trailing: const Icon(Icons.open_in_new),
// ),
SettingsTile(
label: 'View on Github',
subtitle: 'Star the repo on Github if you like the app.',
Expand Down

0 comments on commit 6d46ef7

Please sign in to comment.