mirror of
https://github.com/haorendashu/nowser.git
synced 2026-01-31 15:14:27 +01:00
bugfix
This commit is contained in:
@@ -211,6 +211,7 @@ class _BookmarkEditDialog extends State<BookmarkEditDialog> {
|
||||
print(e);
|
||||
}
|
||||
|
||||
await bookmarkProvider.reload();
|
||||
RouterUtil.back(context);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -151,6 +151,5 @@ class _BookmarkRouter extends CustState<BookmarkRouter>
|
||||
|
||||
Future<void> doEdit(Bookmark bookmark) async {
|
||||
await BookmarkEditDialog.show(context, bookmark);
|
||||
bookmarkProvider.reload();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user