Hello,
I just noticed that (at any time) when I press the physical back button on my android phone the app crashes. I think this is due the Xamarin Forms update from 1.2 to 1.3 that I did a while ago.
This is the error: "An unhandled exception occured"
And this is the call stack:
0x21 in System.Diagnostics.Debugger.Mono_UnhandledException_internal
0x1 in System.Diagnostics.Debugger.Mono_UnhandledException
0x20 in object.e9f0c6c6-38cc-40b7-8ce9-16cfc5cbfa11
0x6 in System.Runtime.CompilerServices.AsyncVoidMethodBuilder.AnonymousMethod__0
0xC in Android.App.SyncContext.Post.AnonymousMethod__0 at /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/49a04b96/source/monodroid/src/Mono.Android/src/Android.App/SyncContext.cs:18,19
0x11 in Java.Lang.Thread.RunnableImplementor.Run at /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/49a04b96/source/monodroid/src/Mono.Android/src/Java.Lang/Thread.cs:36,6
0xA in Java.Lang.IRunnableInvoker.n_Run at /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/49a04b96/source/monodroid/src/Mono.Android/platforms/android-21/src/generated/Java.Lang.IRunnable.cs:71,4
0x11 in object.e9f0c6c6-38cc-40b7-8ce9-16cfc5cbfa11
Since this is not much information I don't have anything to work with. Does someone knows how to resolve this?
V1ncam