Refactor preferences

This commit is contained in:
problematicconsumer
2024-03-02 22:53:14 +03:30
parent 201ea5e88d
commit 2a994dc348
32 changed files with 1104 additions and 1389 deletions

View File

@@ -85,7 +85,7 @@ class RouterListenable extends _$RouterListenable
@override
Future<void> build() async {
_introCompleted = ref.watch(introCompletedProvider);
_introCompleted = ref.watch(Preferences.introCompleted);
ref.listenSelf((_, __) {
if (state.isLoading) return;