Browse Source

neon: Fix opening from shortcut

pull/266/head
jld3103 2 years ago
parent
commit
74c9bed541
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 1
      packages/neon/neon/lib/src/router.dart

1
packages/neon/neon/lib/src/router.dart

@ -32,6 +32,7 @@ class AppRouter extends RouterDelegate<Account> with ChangeNotifier, PopNavigato
),
] else ...[
MaterialPage(
name: 'home',
child: Scaffold(
resizeToAvoidBottomInset: false,
body: Stack(

Loading…
Cancel
Save