Skip to content

Commit

Permalink
Merge pull request #441 from tusharlock10/fix/splash-art
Browse files Browse the repository at this point in the history
fix(interactivecard): changed listerner from read to watch for showCh…
  • Loading branch information
tusharlock10 authored Feb 25, 2024
2 parents 749b4bd + d3b04fe commit 4cf1b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/interactive_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class InteractiveCard extends HookConsumerWidget {
@override
Widget build(BuildContext context, WidgetRef ref) {
// Providers
final showChampionSplashImage = ref.read(
final showChampionSplashImage = ref.watch(
providers.appState.select((_) => _.settings.showChampionSplashImage),
);

Expand Down

0 comments on commit 4cf1b9a

Please sign in to comment.