diff --git a/lib/core/note.dart b/lib/core/note.dart index c2747bce..21208d8b 100644 --- a/lib/core/note.dart +++ b/lib/core/note.dart @@ -136,7 +136,6 @@ class Note with NotesNotifier { void updateModified() { modified = DateTime.now(); - _notifyModified(); } String get body {