Showing
1 changed file
with
1 additions
and
1 deletions
@@ -955,7 +955,7 @@ extension GetNavigation on GetInterface { | @@ -955,7 +955,7 @@ extension GetNavigation on GetInterface { | ||
955 | /// Your entire application will be rebuilt, and touch events will not | 955 | /// Your entire application will be rebuilt, and touch events will not |
956 | /// work until the end of rendering. | 956 | /// work until the end of rendering. |
957 | void forceAppUpdate() { | 957 | void forceAppUpdate() { |
958 | - engine.reassembleApplication(); | 958 | + engine.performReassemble(); |
959 | } | 959 | } |
960 | 960 | ||
961 | void appUpdate() => getxController.update(); | 961 | void appUpdate() => getxController.update(); |
-
Please register or login to post a comment