-
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
[iOS] SwipeView: SwipeItem.IconImageSource.FontImageSource color value not honored - fix #27389
base: main
Are you sure you want to change the base?
Conversation
Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
src/Core/src/Handlers/SwipeItemMenuItem/SwipeItemMenuItemHandler.iOS.cs
Outdated
Show resolved
Hide resolved
@jsuarezruiz can you please /azp again? |
/azp run |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
a71dd78
to
6412c62
Compare
Azure Pipelines successfully started running 3 pipeline(s). |
{ | ||
App.WaitForElement("Button"); | ||
App.Click("Button"); | ||
VerifyScreenshot(); |
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.
Failing on Android:
Snapshot different than baseline: FontImageSourceShouldHonorColor.png (0.99% difference)
Small differences, I think could be related with #27179
Could you review it and update the snapshot if necessary?
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.
Yea that was it. Snapshot updated
6412c62
to
9b36f1a
Compare
Description of Change
Replaced
UIImageRenderingMode.AlwaysTemplate
withUIImageRenderingMode.Automatic
Issues Fixed
Fixes #27377