-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] Tabs briefly display wrong background color when navigating between flyout items #24965
base: main
Are you sure you want to change the base?
Conversation
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test failures on this one seem accurate
@PureWeen The test case failing seems to be in Windows, even though the fix is specifically added for android. |
/rebase |
… between flyout items
… between flyout items
ab26c9b
to
3240bee
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
The failure I'm referring to is that both API levels of the Android aren't running to completion It looks like the changes here are causing the device tests on android to crash. https://github.com/dotnet/maui/blob/main/docs/design/UITesting.md#logging |
Azure Pipelines successfully started running 3 pipeline(s). |
• I identified the cause of the crash during device testing on Android API 23. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you include an UITest verifying the tabs background color?
Hi @jsuarezruiz |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/rebase |
Root Cause:
Description of Change:
Tested the behaviour in the following platforms.
Reference
N/A
Issues Fixed
Fixes #16522
Screenshots