Merge branch 'test-lint' of github.com:KRTirtho/spotube into test-lint

This commit is contained in:
Kingkor Roy Tirtho 2023-12-12 00:04:33 +06:00
commit 41536538db

View File

@ -170,7 +170,6 @@ class SpotubeState extends ConsumerState<Spotube> {
ref.watch(userPreferencesProvider.select((s) => s.themeMode));
final accentMaterialColor =
ref.watch(userPreferencesProvider.select((s) => s.accentColorScheme));
final isAmoledTheme =
ref.watch(userPreferencesProvider.select((s) => s.amoledDarkTheme));
final locale = ref.watch(userPreferencesProvider.select((s) => s.locale));