Remove extra _notifyModified

This commit is contained in:
Vishesh Handa
2020-08-19 10:02:03 +02:00
parent 7c1eade09b
commit 6be1c22496

View File

@ -136,7 +136,6 @@ class Note with NotesNotifier {
void updateModified() {
modified = DateTime.now();
_notifyModified();
}
String get body {