Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -917,8 +917,7 @@ extension GetNavigation on GetInterface { | @@ -917,8 +917,7 @@ extension GetNavigation on GetInterface { | ||
| 917 | element.visitChildren(restart); | 917 | element.visitChildren(restart); |
| 918 | } | 918 | } |
| 919 | 919 | ||
| 920 | - final element = Get.context as Element; | ||
| 921 | - restart(element); | 920 | + restart(Get.context as Element); |
| 922 | } | 921 | } |
| 923 | 922 | ||
| 924 | void changeTheme(ThemeData theme) { | 923 | void changeTheme(ThemeData theme) { |
-
Please register or login to post a comment