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
Eduardo Florence
2021-03-31 08:45:11 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
23ab345a5f4ce3becfa08fe6ca0659cef5b289bb
23ab345a
1 parent
d0895801
remove print unnecessary
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_navigation/src/routes/observers/route_observer.dart
lib/get_navigation/src/routes/observers/route_observer.dart
View file @
23ab345
...
...
@@ -161,7 +161,7 @@ class GetObserver extends NavigatorObserver {
value
.
isDialog
=
newRoute
.
isDialog
;
});
print
(
'currentRoute.isDialog
${currentRoute.isDialog}
'
);
//
print('currentRoute.isDialog ${currentRoute.isDialog}');
routing
?.
call
(
_routeSend
);
}
...
...
Please
register
or
login
to post a comment