NotesFolder: Notify listeners on rename

This commit is contained in:
Vishesh Handa
2019-12-07 16:30:17 +01:00
parent ff7ccea390
commit 6288a7cfa0

View File

@ -151,5 +151,6 @@ class NotesFolder with ChangeNotifier {
var newFullPath = p.join(parentDirName, newName);
dir.renameSync(newFullPath);
notifyListeners();
}
}