| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
only reset image to non-template when tintColor is changed to a non-color (removed)
|
👍 for PR |
Sorry, something went wrong.
|
@manoldonev Thanks for getting this merged ❤️ |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
NOTE: Cherry-picked from #5266 due to CI infrastructure issues with the original PR.
Fixes #4778
Previously image was reset on every second call to setTintColor, which led to some weird behavior on iOS. Especially since setTintColor could be called many times, when set through property or style.
It now only resets image to non-template when tintColor is changed to a non-color value (e.g. removed).
NOTE: Fix for Android Image.tintColor here: NativeScript/tns-core-modules-widgets#110