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 {
|
try {
|
||||||
await this.executeMobileShareMenu();
|
await this.executeMobileShareMenu();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.executeShareDialog();
|
console.log(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user