[Android] Tabs briefly display wrong background color when navigating between flyout items#24965
[Android] Tabs briefly display wrong background color when navigating between flyout items#24965NanthiniMahalingam wants to merge 32 commits intodotnet:mainfrom
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
PureWeen
left a comment
There was a problem hiding this comment.
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 |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
| HookEvents(ShellItem); | ||
| SetupMenu(); | ||
|
|
||
| var appearance = ShellContext.Shell.GetAppearanceForPivot(ShellItem); |
There was a problem hiding this comment.
If I move this code into the
SetAppearancecall of this class it seems to do the same thingCan we do that instead of setting the
GetAppearanceForPivotto internal?
Yes It is working in SetAppearance call. I have modified the fix based on your suggestion. Could you please review it and let me know if you have any concerns?
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
|
||
| [Test] | ||
| [Category(UITestCategories.Shell)] | ||
| public void ShellTabBarBackgroundColor() |
There was a problem hiding this comment.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@NanthiniMahalingam Could you rebase? Thanks in advance. |
|
I'm closing this PR in reference to the newly created PR #29883 |




Root Cause:
Description of Change:
Tested the behaviour in the following platforms.
Reference
N/A
Issues Fixed
Fixes #16522
Screenshots