Fix about route if entered into the url
This commit is contained in:
parent
5b0f4a28bb
commit
d582a5dfe3
2 changed files with 12 additions and 4 deletions
|
|
@ -147,8 +147,12 @@ class RouteGenerator {
|
|||
settings: settings,
|
||||
builder: (_) => AboutMih(packageIndex: args),
|
||||
);
|
||||
} else {
|
||||
return MaterialPageRoute(
|
||||
settings: settings,
|
||||
builder: (_) => AboutMih(),
|
||||
);
|
||||
}
|
||||
break;
|
||||
|
||||
case AppRoutes.mzansiProfile:
|
||||
if (args is AppProfileUpdateArguments) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue