Reputation: 23
Steps to reproduce issue:
at Xamarin.Forms.Platform.Android.AppCompat.PickerRenderer.b__9_2 (System.Object sender, System.EventArgs args) [0x00000] in C:\BuildAgent2\work\aad494dc9bc9783\Xamarin.Forms.Platform.Android\AppCompat\PickerRenderer.cs:110 at Android.Content.IDialogInterfaceOnDismissListenerImplementor.OnDismiss (IDialogInterface dialog) [0x0000d] in /Users/builder/data/lanes/3415/7db2aac3/source/monodroid/src/Mono.Android/platforms/android-23/src/generated/Android.Content.IDialogInterface.cs:369 at Android.Content.IDialogInterfaceOnDismissListenerInvoker.n_OnDismiss_Landroid_content_DialogInterface_ (IntPtr jnienv, IntPtr native__this, IntPtr native_dialog) [0x00011] in /Users/builder/data/lanes/3415/7db2aac3/source/monodroid/src/Mono.Android/platforms/android-23/src/generated/Android.Content.IDialogInterface.cs:334 at (wrapper dynamic-method) System.Object:b6f021d2-c6e1-4672-9b03-e892d275f304 (intptr,intptr,intptr)
Without appcompat I cant reproduce it, at least I cant get two dialogs show. Seems like by selecting value on second dialog, we are trying to access somethig from dismissed one and getting exception. Any suggestion how to work around with that?
Upvotes: 2
Views: 1006