mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-01 12:23:44 +08:00
Remove extra _notifyModified
This commit is contained in:
@ -136,7 +136,6 @@ class Note with NotesNotifier {
|
|||||||
|
|
||||||
void updateModified() {
|
void updateModified() {
|
||||||
modified = DateTime.now();
|
modified = DateTime.now();
|
||||||
_notifyModified();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
String get body {
|
String get body {
|
||||||
|
Reference in New Issue
Block a user