Make sure note modifications are stored

Also bump the version. This is a very important bug fix.
This commit is contained in:
Vishesh Handa
2020-03-03 14:45:36 +01:00
parent 0fc40da55b
commit 7aee2e34bc
2 changed files with 2 additions and 1 deletions

View File

@ -275,6 +275,7 @@ class NoteEditorState extends State<NoteEditor> {
print("Note modified");
print("Original: $originalNoteData");
print("New: $newSimplified");
return true;
}
}
return false;

View File

@ -1,6 +1,6 @@
name: gitjournal
description: A Note Taking App Built on top of Git
version: 1.43.0+10
version: 1.43.1+10
dependencies:
flutter: