Browse Source

neon: ensure we allways have a scaffold to show snackbars

pull/361/head
Nikolas Rimikis 1 year ago
parent
commit
5e330d7d2e
No known key found for this signature in database
GPG Key ID: 85ED1DE9786A4FF2
  1. 2
      packages/neon/neon/lib/src/pages/home.dart

2
packages/neon/neon/lib/src/pages/home.dart

@ -570,7 +570,7 @@ class _HomePageState extends State<HomePage> {
); );
} }
} }
return Container(); return const Scaffold();
}, },
), ),
), ),

Loading…
Cancel
Save