active source/id from db watch

This commit is contained in:
austinried
2025-11-20 22:04:07 +09:00
parent b5d52a034d
commit de9bc98044
7 changed files with 33 additions and 32 deletions

View File

@@ -13,7 +13,7 @@ class PreloadScreen extends HookConsumerWidget {
Widget build(BuildContext context, WidgetRef ref) {
final initializers = [
ref.watch(databaseInitializer),
ref.watch(sourceInitializer),
ref.watch(activeSourceInitializer),
ref.watch(packageInfoInitializer),
];