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