background fetch running

This commit is contained in:
Fabian Freund
2025-03-05 14:27:13 +01:00
parent 20bdc4df3e
commit 70d1c1b50e
62 changed files with 898 additions and 173 deletions
@@ -74,8 +74,8 @@ class GeneralSettingsRepository extends _$GeneralSettingsRepository {
state = _deserializeSettings(event);
});
ref.onDispose(() {
unawaited(watchSub.cancel());
ref.onDispose(() async {
await watchSub.cancel();
});
return GeneralSettings.withDefaults();