From 71bbb1a3f11581d982caed86357ee00a024cc1d7 Mon Sep 17 00:00:00 2001 From: Patrick Gebhardt Date: Sun, 21 Jun 2020 16:29:21 +0200 Subject: [PATCH] Fix share button Aborted navigator share opened the share dialog --- .../src/app/components/share-button/share-button.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/share-button/share-button.component.ts b/frontend/src/app/components/share-button/share-button.component.ts index e2f53df..a148cd2 100644 --- a/frontend/src/app/components/share-button/share-button.component.ts +++ b/frontend/src/app/components/share-button/share-button.component.ts @@ -27,7 +27,7 @@ export class ShareButtonComponent implements OnInit { try { await this.executeMobileShareMenu(); } catch (e) { - this.executeShareDialog(); + console.log(e); } } else {