fix(ci): guard mobile shell context after async auth check
This commit is contained in:
parent
94ecedee84
commit
699fa60999
@ -256,6 +256,9 @@ class MobileShellStateInternal extends State<MobileShell> {
|
||||
?.trim()
|
||||
.isNotEmpty ??
|
||||
false;
|
||||
if (!mounted) {
|
||||
return;
|
||||
}
|
||||
if (!accountSignedIn) {
|
||||
await openGatewaySetupCodeEntryInternal();
|
||||
messenger?.showSnackBar(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user