This repository was archived by the owner on May 1, 2024. It is now read-only.
Commit 5774423
* 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 <[email protected]>
* Update src/CommunityToolkit/Xamarin.CommunityToolkit/Effects/IconTintColor/IconTintColorEffectRouter.ios.cs
Co-authored-by: Pedro Jesus <[email protected]>
* 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 <[email protected]>
1 parent 5859251 commit 5774423
File tree
1 file changed
+5
-5
lines changed- src/CommunityToolkit/Xamarin.CommunityToolkit/Effects/IconTintColor
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | | - | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments