Showing
1 changed file
with
1 additions
and
1 deletions
@@ -213,7 +213,7 @@ class GetMaterialApp extends StatelessWidget { | @@ -213,7 +213,7 @@ class GetMaterialApp extends StatelessWidget { | ||
213 | 213 | ||
214 | initialBinding?.dependencies(); | 214 | initialBinding?.dependencies(); |
215 | Get.addPages(getPages); | 215 | Get.addPages(getPages); |
216 | - Get.routerDelegate = routerDelegate; | 216 | + Get.setDefaultDelegate(routerDelegate); |
217 | Get.smartManagement = smartManagement; | 217 | Get.smartManagement = smartManagement; |
218 | onInit?.call(); | 218 | onInit?.call(); |
219 | 219 |
-
Please register or login to post a comment