This change includes two fixes for adding and deleting notes while in offline mode.
Use guid when deleting a note when it doesn't have a valid id.
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.
This change includes two fixes for adding and deleting notes while in offline mode.