Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Conversation

Fitzpasd
Copy link
Contributor

Exiting early based solely on changed was causing issues as described in this PR #39. Removing the early exit entirely was causing the CollapsedMenuViewController to set the active tab translations before the collapse animation was started. This caused the animation not to run.

Adding a check mVisualState == TRANSITIONING to this block prevents both issues. New tabs get laid out correctly as expected, and we don't set the position of the active tab while transitioning/animating.

@Fitzpasd
Copy link
Contributor Author

Issue #34

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant