Small change

This commit is contained in:
Juan Gilsanz Polo
2024-02-27 15:45:21 +01:00
parent e9c4f25756
commit 167bee7b13
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ class BookmarkForm extends _$BookmarkForm {
ref.read(bookmarksProvider.notifier).refresh();
ref.watch(routerProvider).pop();
showSnackbar(
key: ScaffoldMessengerKeys.bookmarks,
key: ScaffoldMessengerKeys.root,
label: t.bookmarks.addBookmark.bookmarkSavedSuccessfully,
color: Colors.green,
);