fix lifecycle issues

This commit is contained in:
Fabian Freund
2025-09-19 12:19:16 +02:00
parent 6ab481d188
commit 8e1867092b
18 changed files with 36 additions and 23 deletions
@@ -145,7 +145,7 @@ class GeneralSettingsRepository extends _$GeneralSettingsRepository {
}
}
@Riverpod()
@Riverpod(keepAlive: true)
GeneralSettings generalSettingsWithDefaults(Ref ref) {
return ref.watch(
generalSettingsRepositoryProvider.select(