Change prefs
This commit is contained in:
@@ -5,7 +5,7 @@ part 'core_providers.g.dart';
|
||||
|
||||
@Riverpod(keepAlive: true)
|
||||
TranslationsEn translations(TranslationsRef ref) =>
|
||||
ref.watch(localeNotifierProvider).translations();
|
||||
ref.watch(localeNotifierProvider).build();
|
||||
|
||||
@Riverpod(keepAlive: true)
|
||||
AppTheme theme(ThemeRef ref) => AppTheme(
|
||||
|
||||
Reference in New Issue
Block a user