Changed provider

This commit is contained in:
Juan Gilsanz Polo
2024-02-25 02:27:53 +01:00
parent 29fa80d675
commit b3970751cf
3 changed files with 6 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ FutureOr<void> bookmarksRequestLoadMore(BookmarksRequestLoadMoreRef ref) async {
ref.read(bookmarksProvider.notifier).setLoadingMore(false);
}
@Riverpod(keepAlive: true)
@riverpod
class Bookmarks extends _$Bookmarks {
@override
BookmarksModel build() {