Using android galaxy s3. I have a listview for which the datatemplate is a textcell. If I have no contextmenu items defined, and press on multiple list items, it throws an exception and the app crashes. So I have no context items defined, I longpress the first list item, then long press the second, it crashes. Exception below:
03-12 11:56:56.201 E/mono-rt (18044): [ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
03-12 11:56:56.201 E/mono-rt (18044): at Xamarin.Forms.Platform.Android.CellAdapter.set_ContextView (Android.Views.View value) [0x00000] in <filename unknown>:0
03-12 11:56:56.201 E/mono-rt (18044): at Xamarin.Forms.Platform.Android.CellAdapter.HandleContextMode (Android.Views.View view, Int32 position) [0x00000] in <filename unknown>:0
03-12 11:56:56.201 E/mono-rt (18044): at Xamarin.Forms.Platform.Android.CellAdapter.OnItemLongClick (Android.Widget.AdapterView parent, Android.Views.View view, Int32 position, Int64 id) [0x00000] in <filename unknown>:0
03-12 11:56:56.201 E/mono-rt (18044): at Android.Widget.AdapterView+IOnItemLongClickListenerInvoker.n_OnItemLongClick_Landroid_widget_AdapterView_Landroid_view_View_IJ (IntPtr jnienv, IntPtr native__this, IntPtr native_parent, IntPtr native_view, Int32 position, Int64 id) [0x00019] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/9e05e39f/source/monodroid/src/Mono.Android/platforms/android-21/src/generated/Android.Widget.AdapterView.cs:337
03-12 11:56:56.201 E/mono-rt (18044): at (wrapper dynamic-method) object:d230536c-bfc0-4502-a64d-7e68792208ce (intptr,intptr,intptr,intptr,int,long)