diff --git a/lib/app_shell.dart b/lib/app_shell.dart index de17d4de1e..96ebc893b9 100644 --- a/lib/app_shell.dart +++ b/lib/app_shell.dart @@ -32,8 +32,8 @@ class AppShellState extends State { bool _showProfileOverlay = false; bool _showWalletSwitchDialog = true; @override - Widget build(BuildContext context) => BlocBuilder( - builder: (context, state) { + Widget build(BuildContext context) => BlocBuilder( + builder: (context, _) { onArConnectWalletSwitch(() { context .read()