Fix share button
Aborted navigator share opened the share dialog
This commit is contained in:
parent
ecd6f93dcb
commit
71bbb1a3f1
@ -27,7 +27,7 @@ export class ShareButtonComponent implements OnInit {
|
||||
try {
|
||||
await this.executeMobileShareMenu();
|
||||
} catch (e) {
|
||||
this.executeShareDialog();
|
||||
console.log(e);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user