We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During the work done in PR #428 (specifically this line https://github.com/adrielcafe/voyager/pull/428/files#diff-901900b91b64c9e8cecb5e415a8bb42f86e380394bbe003062925ffd6d30be2cR103), values set to a ContentTransforms targetContentZIndex and sizeTransform properties are removed. This is causing issues with backstack items showing overtop of items being removed.
ContentTransform
targetContentZIndex
sizeTransform
There should be a check in place where these values are saved and passed along through the transition process
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
During the work done in PR #428 (specifically this line https://github.com/adrielcafe/voyager/pull/428/files#diff-901900b91b64c9e8cecb5e415a8bb42f86e380394bbe003062925ffd6d30be2cR103), values set to a
ContentTransform
stargetContentZIndex
andsizeTransform
properties are removed. This is causing issues with backstack items showing overtop of items being removed.There should be a check in place where these values are saved and passed along through the transition process
The text was updated successfully, but these errors were encountered: