We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are facing an intermittent crash related to this library porting. Can you plz help ?
StickyGenericAdapter1[T].GetHeaderView (System.Int32 position, Android.Views.View convertView, Android.Views.ViewGroup parent) System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Android.Widget.FrameLayout'. JniPeerMembers.AssertSelf (Java.Interop.IJavaPeerable self) JniPeerMembers+JniInstanceMethods.InvokeVirtualObjectMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) View.get_Tag () StickyGenericAdapter1[T].GetHeaderView (System.Int32 position, Android.Views.View convertView, Android.Views.ViewGroup parent) AdapterWrapper.ConfigureHeader (com.refractored.components.stickylistheaders.WrapperView wrapperView, System.Int32 position) AdapterWrapper.GetView (System.Int32 position, Android.Views.View convertView, Android.Views.ViewGroup parent) BaseAdapter.n_GetView_ILandroid_view_View_Landroid_view_ViewGroup_ (System.IntPtr jnienv, System.IntPtr native__this, System.Int32 position, System.IntPtr native_convertView, System.IntPtr native_parent) (wrapper dynamic-method) System.Object.101(intptr,intptr,int,intptr,intptr)
1[T].GetHeaderView (System.Int32 position, Android.Views.View convertView, Android.Views.ViewGroup parent) System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Android.Widget.FrameLayout'. JniPeerMembers.AssertSelf (Java.Interop.IJavaPeerable self) JniPeerMembers+JniInstanceMethods.InvokeVirtualObjectMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) View.get_Tag () StickyGenericAdapter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are facing an intermittent crash related to this library porting. Can you plz help ?
StickyGenericAdapter
1[T].GetHeaderView (System.Int32 position, Android.Views.View convertView, Android.Views.ViewGroup parent) System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Android.Widget.FrameLayout'. JniPeerMembers.AssertSelf (Java.Interop.IJavaPeerable self) JniPeerMembers+JniInstanceMethods.InvokeVirtualObjectMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) View.get_Tag () StickyGenericAdapter
1[T].GetHeaderView (System.Int32 position, Android.Views.View convertView, Android.Views.ViewGroup parent)AdapterWrapper.ConfigureHeader (com.refractored.components.stickylistheaders.WrapperView wrapperView, System.Int32 position)
AdapterWrapper.GetView (System.Int32 position, Android.Views.View convertView, Android.Views.ViewGroup parent)
BaseAdapter.n_GetView_ILandroid_view_View_Landroid_view_ViewGroup_ (System.IntPtr jnienv, System.IntPtr native__this, System.Int32 position, System.IntPtr native_convertView, System.IntPtr native_parent)
(wrapper dynamic-method) System.Object.101(intptr,intptr,int,intptr,intptr)
The text was updated successfully, but these errors were encountered: