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(drawerflyout): empty flyout in certain situation #928

Merged
merged 1 commit into from
Nov 25, 2023

Conversation

Xiaoy312
Copy link
Contributor

@Xiaoy312 Xiaoy312 commented Nov 24, 2023

GitHub Issue (If applicable): closes #927

PR Type

What kind of change does this PR introduce?

  • Bugfix

What is the current behavior?

On android, DrawerFlyout can open with 0-length in certain situation.

What is the new behavior?

^ no more

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

internal drawer constraint calculation was done too early, before ActualSize was set.

@Xiaoy312 Xiaoy312 added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. and removed do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. labels Nov 24, 2023
@kazo0 kazo0 merged commit 7681185 into main Nov 25, 2023
24 checks passed
@kazo0 kazo0 deleted the dev/xygu/20231124/droid-drawerflyout-no-size branch November 25, 2023 14:44
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.

[Droid][DrawerFlyout] opens with 0-length.
2 participants