Fix share button

Aborted navigator share opened the share dialog
This commit is contained in:
Patrick Gebhardt 2020-06-21 16:29:21 +02:00
parent ecd6f93dcb
commit 71bbb1a3f1

View File

@ -27,7 +27,7 @@ export class ShareButtonComponent implements OnInit {
try {
await this.executeMobileShareMenu();
} catch (e) {
this.executeShareDialog();
console.log(e);
}
} else {