IconApp
IconApp copied to clipboard
Android Render "Resources.GetDrawable(Element.Source).Mutate();" is obsolete
Hi, I get this warning on the custom render for Android. The app compiles and run on debug mode, but on release mode doesn't. Can someone please check it out? Thanks in advance
Hi, I get this warning on the custom render for Android. The app compiles and run on debug mode, but on release mode doesn't. Can someone please check it out? Thanks in advance
Replace var d = Resources.GetDrawable(Element.Source).Mutate(); with var d = Context.GetDrawable(Element.Source).Mutate();