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

fix(ios-frame): do not update backstack when navigating the same page #5426

Merged
merged 1 commit into from
Feb 19, 2018

Conversation

ADjenkov
Copy link
Contributor

The problem:
Currently the entries backstack is updated on every page navigation (even if the entry is the same as the current one) which leads to unnecessary unload events.

The Solution: Prevent backstack update when navigating to the same entry (already done for Android)

@ADjenkov
Copy link
Contributor Author

test uitests testsappng cuteness

@dtopuzov
Copy link
Contributor

run ci

@ADjenkov ADjenkov merged commit 714af6b into master Feb 19, 2018
@ghost ghost removed bug in progress labels Feb 19, 2018
@ADjenkov ADjenkov deleted the djenkov/ios-frame-backstack branch February 19, 2018 09:53
@lock
Copy link

lock bot commented Aug 26, 2019

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.

@lock lock bot locked and limited conversation to collaborators Aug 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants