mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
added required onSelectionChanged param
This commit is contained in:
parent
548b0e727e
commit
7120c9ec4e
1 changed files with 3 additions and 1 deletions
|
@ -944,7 +944,9 @@ class RouteGenerator {
|
|||
case SettingsMenu.routeName:
|
||||
return getRoute(
|
||||
shouldUseMaterialRoute: useMaterialPageRoute,
|
||||
builder: (_) => const SettingsMenu(),
|
||||
builder: (_) => SettingsMenu(
|
||||
onSelectionChanged: (int) {},
|
||||
),
|
||||
settings: RouteSettings(name: settings.name));
|
||||
|
||||
// == End of desktop specific routes =====================================
|
||||
|
|
Loading…
Reference in a new issue