[mono] System.ArgumentException: 'jobject' must not be IntPtr.Zero.
[mono] Parameter name: jobject
[mono] at Android.Runtime.JNIEnv.CallVoidMethod (IntPtr jobject, IntPtr jmethod, Android.Runtime.JValue[] parms) [0x00010] in /Users/builder/data/lanes/1353/ac29b2c6/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.g.cs:500
[mono] at Android.Widget.AdapterView.set_OnItemClickListener (IOnItemClickListener value) [0x00043] in /Users/builder/data/lanes/1353/ac29b2c6/source/monodroid/src/Mono.Android/platforms/android-21/src/generated/Android.Widget.AdapterView.cs:944
[mono] at Xamarin.Forms.Platform.Android.ListViewAdapter.Dispose (Boolean disposing) [0x00000] in :0
[mono] at Java.Lang.Object.Finalize () [0x00056] in /Users/builder/data/lanes/1353/ac29b2c6/source/monodroid/src/Mono.Android/src/Java.Lang/Object.cs:61
I exactly have in my code a ListView with DataTemplate that have child with images, when i select a element this opens another list view (same that the main list view), and can continuous open child, the problem occurs after opens a child and press the back button (several times).
I read in some posts that clean the BindingContext onDisapearing would help, but this don't working for me