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
@@ -85,8 +85,8 @@ class EngineSettingsRepository extends _$EngineSettingsRepository {
});
});
ref.onDispose(() {
unawaited(watchSub.cancel());
ref.onDispose(() async {
await watchSub.cancel();
});
return EngineSettings.withDefaults();