diff --git a/lib/core/providers/app_providers.dart b/lib/core/providers/app_providers.dart index 59825fc..09965bf 100644 --- a/lib/core/providers/app_providers.dart +++ b/lib/core/providers/app_providers.dart @@ -1564,7 +1564,7 @@ final webSearchAvailableProvider = Provider((ref) { }); // Folders provider -@riverpod +@Riverpod(keepAlive: true) Future> folders(Ref ref) async { // Protected: require authentication if (!ref.read(isAuthenticatedProvider2)) {