Merge branch 'master' of https://github.com/FiercestT/getx into master
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -161,7 +161,7 @@ class GetMaterialApp extends StatelessWidget { | @@ -161,7 +161,7 @@ class GetMaterialApp extends StatelessWidget { | ||
161 | final match = Get.routeTree.matchRoute(name); | 161 | final match = Get.routeTree.matchRoute(name); |
162 | Get.parameters = match?.parameters; | 162 | Get.parameters = match?.parameters; |
163 | 163 | ||
164 | - //Route can be nullable, just pass the initial route | 164 | + //Route can be nullable, just pass the unknown route |
165 | if (match?.route == null) { | 165 | if (match?.route == null) { |
166 | return [ | 166 | return [ |
167 | GetPageRoute( | 167 | GetPageRoute( |
-
Please register or login to post a comment