You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Fix for ClearTintColor NullReferenceException on ImageButton related to PR #1836 (#1857)
* Fix for Bug #934 (IconTintColorEffect does not work when the image is in Shared project as EmbeddeResource)
* Revised Fix for #934
* Update src/CommunityToolkit/Xamarin.CommunityToolkit/Effects/IconTintColor/IconTintColorEffectRouter.ios.cs
Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
* Update src/CommunityToolkit/Xamarin.CommunityToolkit/Effects/IconTintColor/IconTintColorEffectRouter.ios.cs
Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
* Revised Fix#2 for Bug #934
* updated the sample
* improved variable name
* changed the null check object
* Update IconTintColorEffectRouter.ios.cs To Fix ClearTintColor Crash
I have added a null check on button.ImageView in ClearTintColor to prevent a crash when OnDetach is called. This NullReferenceException occured when changing Application.MainPage.
* Update IconTintColorEffectRouter.ios.cs To Fix ClearTintColor Crash
Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
0 commit comments