Xamarin.Forms
Xamarin.Forms copied to clipboard
[Bug] [Andoid] [iOS] Setter incorrectly changes property value (color) from a dynamic resource
Description
Setter incorrectly changes property value (color) from a dynamic resource This error may affect all Triggers and VisualStateManager Maybe same - https://github.com/xamarin/Xamarin.Forms/issues/7068
Steps to Reproduce
- Run a sample
- Click on button
Expected Behavior
Changing the color
Actual Behavior
The color does not change
Basic Information
- Version with issue: Last
- Last known good version: No
Screenshots
- After run the program
- After first click on button
- After second click on button
- After third click on button
Reproduction Link
https://github.com/JustickDM/SetterBug
Workaround
No, but I think the problem is with this method https://github.com/xamarin/Xamarin.Forms/blob/5.0.0/Xamarin.Forms.Core/Setter.cs#L89