Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Steven Spiel
2021-08-10 14:30:09 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2021-08-10 14:30:09 -0400
Commit
886233c2ea185fafd25cd7d09a764ec0882985e3
886233c2
1 parent
7b6fec3a
Remove take that limits the router outlet depth
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lib/get_navigation/src/nav2/router_outlet.dart
lib/get_navigation/src/nav2/router_outlet.dart
View file @
886233c
...
...
@@ -90,7 +90,6 @@ class GetRouterOutlet extends RouterOutlet<GetDelegate, GetNavConfig> {
final
length
=
Uri
.
parse
(
initialRoute
).
pathSegments
.
length
;
return
config
.
currentTreeBranch
.
skip
(
length
)
.
take
(
length
)
.
toList
();
}
ret
=
config
.
currentTreeBranch
.
pickAfterRoute
(
anchorRoute
);
...
...
Please
register
or
login
to post a comment