From d3381a01931d4085510c0374679f7cd1db07d419 Mon Sep 17 00:00:00 2001 From: Mati Date: Tue, 26 Sep 2023 13:50:06 -0300 Subject: [PATCH] feat(app shel): reverts unnecessary change PE-4477 --- lib/app_shell.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()