| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
What is the current behavior?
On a markup/script change in modules at runtime execute navigation to the changed module and clear the application navigation history.
What is the new behavior?
On a markup/script change in modules at runtime replaces the current back stack entry and preserve the application navigation history.
Main Points
Handle updates on View level which allows:
Detect updates on app root module.
Mind the replacing of backstack entry in the Frame's backstack history.
Implements #7145.