-
Notifications
You must be signed in to change notification settings - Fork 747
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
[Android] Fix ProgressRing fails to display #2764
Conversation
ProgressRing inside a StackPanel was failing to display because its desired size wasn't set. Fix this by introducing a flag to distinguish between managed views that have their own Layouter, and those that don't (like ProgressRing).
Not needed with new project system.
The build 12882 found UI Test snapshots differences.
|
The build 12885 found UI Test snapshots differences.
|
The build 12885 found UI Test snapshots differences.
|
Width value isn't guaranteed across all platforms in this scenario.
The build 12890 found UI Test snapshots differences.
|
@Mergifyio backport release/beta/2.1 |
Command
|
…/pr-2764 [Android] Fix ProgressRing fails to display (bp #2764)
ProgressRing inside a StackPanel was failing to display because its desired size wasn't set. Fix this by introducing a flag to distinguish between managed views that have their own Layouter, and those that don't (like ProgressRing).
GitHub Issue (If applicable): fixes #2762
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):