From ec2eadad6de559bf8292d18bd43c5205d453c8c4 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 4 Aug 2024 12:59:13 +0800 Subject: [PATCH] :bug: Fix bootstrapper icon issue --- lib/bootstrapper.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bootstrapper.dart b/lib/bootstrapper.dart index 07865a9..cd1be96 100644 --- a/lib/bootstrapper.dart +++ b/lib/bootstrapper.dart @@ -184,7 +184,7 @@ class _BootstrapperShellState extends State { children: [ if (_isErrored && !_isDismissable && !_isBusy) const Icon(Icons.cancel, size: 24), - if (_isErrored && _isDismissable) + if (_isErrored && _isDismissable && !_isBusy) const Icon(Icons.warning, size: 24), if ((_isErrored && _isDismissable && _isBusy) || _isBusy) const SizedBox(