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
Jonatas
2020-12-29 17:40:12 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
835d637fc48f311fbbda8e65479ad63c329f8ece
835d637f
1 parent
9c10d758
change reassembleApplication to performReassemble
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_navigation/src/extension_navigation.dart
lib/get_navigation/src/extension_navigation.dart
View file @
835d637
...
...
@@ -955,7 +955,7 @@ extension GetNavigation on GetInterface {
/// Your entire application will be rebuilt, and touch events will not
/// work until the end of rendering.
void
forceAppUpdate
()
{
engine
.
reassembleApplication
();
engine
.
performReassemble
();
}
void
appUpdate
()
=>
getxController
.
update
();
...
...
Please
register
or
login
to post a comment