fix: Use noTransitionPageBuilder on the settings ShellRoute too
This commit is contained in:
parent
097f9f02a0
commit
e4541dc697
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ abstract class AppRoutes {
|
|||
redirect: loggedOutRedirect,
|
||||
),
|
||||
ShellRoute(
|
||||
pageBuilder: (context, state, child) => defaultPageBuilder(
|
||||
pageBuilder: (context, state, child) => noTransitionPageBuilder(
|
||||
context,
|
||||
state,
|
||||
FluffyThemes.isColumnMode(context)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue