Mark new notes as Loaded

This commit is contained in:
Vishesh Handa
2020-03-01 17:14:01 +01:00
parent 5ec3af70a6
commit de2553c31f

View File

@ -40,6 +40,7 @@ class Note with ChangeNotifier implements Comparable<Note> {
Note.newNote(this.parent) {
created = DateTime.now();
_loadState = NoteLoadState.Loaded;
}
String get filePath {