owncloud / notes-iOS-App

:notebook:
Other
100 stars 48 forks source link

Fix issue with Copy to CloudNotes adding note twice #60

Closed sirnacnud closed 4 years ago

sirnacnud commented 4 years ago

This fixes an issue of using Copy to CloudNotes while Sync on Start is enabled adding the note twice. This would happen because first the copied note is added, then during the sync, the new copied note is added again. Now if the note is already being added, we skip it during the sync.