Hello,
When navigate prism framework a contentpage that have icons with MVVM binding, when going back
jump the exception:
12-28 22:24:08.375 I/MonoDroid(29558): UNHANDLED EXCEPTION:
12-28 22:24:08.379 I/MonoDroid(29558): System.ArgumentNullException: Value cannot be null.
12-28 22:24:08.379 I/MonoDroid(29558): Parameter name: iconKey
12-28 22:24:08.380 I/MonoDroid(29558): at Plugin.Iconize.Iconize.FindIconForKey (System.String iconKey) [0x00015] in C:\projects\iconize\src\Plugin.Iconize\Iconize.cs:129
12-28 22:24:08.380 I/MonoDroid(29558): at Plugin.Iconize.IconLabelRenderer.UpdateText () [0x0001f] in C:\projects\iconize\src\Plugin.Iconize\Platform\Android\Renderers\IconLabelRenderer.cs:126
12-28 22:24:08.380 I/MonoDroid(29558): at Plugin.Iconize.IconLabelRenderer.OnTextChanged (System.Object sender, Android.Text.TextChangedEventArgs e) [0x00000] in C:\projects\iconize\src\Plugin.Iconize\Platform\Android\Renderers\IconLabelRenderer.cs:105
12-28 22:24:08.380 I/MonoDroid(29558): at (wrapper delegate-invoke) System.EventHandler`1[Android.Text.TextChangedEventArgs].invoke_void_object_TEventArgs(object,Android.Text.TextChangedEventArgs)
Hello,
When navigate prism framework a contentpage that have icons with MVVM binding, when going back
jump the exception: