So I have a Xamarin.Forms project and I am using MvvmCross to present my page using:
await mainPage.PushAsync(page)
but if I turn on "exceptions when thrown" (Note: this exception is handled) it throws the exception
Android.Content.Res.Resources+NotFoundException: Resource ID #0xffffffff
on Android.
Is this normal or something to worry about? Probably doesnt help performance