Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct AutoTabsRouterPageViewState logic determining when navigation observers should be notified #2045

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Adam-Langley
Copy link

The truncation of the _pageController.page variable would return the 'new' tab index when swiping-right (decrementing the tab index).
This means the comparison if (_controller!.activeIndex != controllerPage) would eval to false - skipping notification.
Seems like we can just use the controllers previousIndex for this.
Fixes #2044

@Adam-Langley Adam-Langley changed the title Simplify logic determining when navigation observers should be notified Correct AutoTabsRouterPageViewState logic determining when navigation observers should be notified Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AutoTabsRouter.pageView does not fire NavigatorObserver(s) if moving from higher page index to lower one
1 participant