owncloud / notes-iOS-App

:notebook:
Other
102 stars 48 forks source link

Fix issues with deleting notes that haven't been added to the server #58

Closed sirnacnud closed 4 years ago

sirnacnud commented 4 years ago

This change includes two fixes for adding and deleting notes while in offline mode.

  1. Use guid when deleting a note when it doesn't have a valid id.
  2. When deleting note, if it still needs to be added to the server, delete it immediately from CoreData, as there is no need to try and delete it on the server.