fix(ci): guard mobile shell context after async auth check

This commit is contained in:
Haitao Pan 2026-04-11 08:08:24 +08:00
parent 94ecedee84
commit 699fa60999

View File

@ -256,6 +256,9 @@ class MobileShellStateInternal extends State<MobileShell> {
?.trim()
.isNotEmpty ??
false;
if (!mounted) {
return;
}
if (!accountSignedIn) {
await openGatewaySetupCodeEntryInternal();
messenger?.showSnackBar(