1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Disable non-working ShareExtension on iOS

This commit is contained in:
Laurent Cozic
2018-10-03 08:17:37 +01:00
parent 377adea51d
commit d1f4c5be18
4 changed files with 71 additions and 55 deletions

View File

@@ -218,7 +218,7 @@ class NoteScreenComponent extends BaseScreenComponent {
BackButtonService.removeHandler(this.backHandler);
NavService.removeHandler(this.navHandler);
if (this.state.fromShare) {
if (Platform.OS !== 'ios' && this.state.fromShare) {
ShareExtension.close();
}
}