Browse Source

neon: Fix switching accounts not working

pull/273/head
jld3103 2 years ago
parent
commit
6cfc6a962f
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

@ -39,6 +39,7 @@ class AppRouter extends RouterDelegate<Account> with ChangeNotifier, PopNavigato
children: [
_globalPopups,
HomePage(
key: Key(currentConfiguration!.id),
account: currentConfiguration!,
onThemeChanged: onThemeChanged,
),

Loading…
Cancel
Save