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
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
The text was updated successfully, but these errors were encountered:
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();
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
The text was updated successfully, but these errors were encountered: