Browse Source

Merge pull request #361 from Leptopoda/fix/globalpopups

neon: ensure we allways have a scaffold to show snackbars
pull/359/head
Nikolas Rimikis 1 year ago committed by GitHub
parent
commit
5d829ecbd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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