iOS: Fixes #7791: Sharing pictures to Joplin creates recurring duplications

pull/7820/head
Laurent Cozic 2023-02-19 19:06:17 +00:00
parent ed0edcb36c
commit b8e4150bfd
1 changed files with 2 additions and 0 deletions

View File

@ -43,5 +43,7 @@ export default async (sharedData: SharedData, folderId: string, dispatch: Functi
noteId: newNote.id,
sharedData: sharedData,
});
ShareExtension.close();
}, 5);
};