Skip to content

Commit

Permalink
Merge pull request #38032 from tienifr/fix/37407
Browse files Browse the repository at this point in the history
Fix: `about:blank` page opens in download app link on Safari
  • Loading branch information
lakchote authored Mar 12, 2024
2 parents 59c98ce + e9928c2 commit 8461d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/AppDownloadLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function AppDownloadLinksPage() {
{
translationKey: 'initialSettingsPage.appDownloadLinks.desktop.label',
action: () => {
Link.openExternalLink(CONST.APP_DOWNLOAD_LINKS.DESKTOP);
Link.openExternalLink(CONST.APP_DOWNLOAD_LINKS.DESKTOP, true);
},
link: CONST.APP_DOWNLOAD_LINKS.DESKTOP,
icon: Expensicons.Monitor,
Expand Down

0 comments on commit 8461d2b

Please sign in to comment.