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 ?
StickyListHeadersListView.GetHeaderHeight () System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Android.Widget.FrameLayout'. JniPeerMembers.AssertSelf (Java.Interop.IJavaPeerable self) JniPeerMembers+JniInstanceMethods.InvokeNonvirtualInt32Method (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) View.get_MeasuredHeight () StickyListHeadersListView.GetHeaderHeight () StickyListHeadersListView.ScrollChanged (System.Int32 reportedFirstVisibleItem) StickyListHeadersListView.OnScroll (Android.Widget.AbsListView view, System.Int32 firstVisibleItem, System.Int32 visibleItemCount, System.Int32 totalItemCount) AbsListView+IOnScrollListenerInvoker.n_OnScroll_Landroid_widget_AbsListView_III (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_view, System.Int32 firstVisibleItem, System.Int32 visibleItemCount, System.Int32 totalItemCount)
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 ?
StickyListHeadersListView.GetHeaderHeight ()
System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Android.Widget.FrameLayout'.
JniPeerMembers.AssertSelf (Java.Interop.IJavaPeerable self)
JniPeerMembers+JniInstanceMethods.InvokeNonvirtualInt32Method (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters)
View.get_MeasuredHeight ()
StickyListHeadersListView.GetHeaderHeight ()
StickyListHeadersListView.ScrollChanged (System.Int32 reportedFirstVisibleItem)
StickyListHeadersListView.OnScroll (Android.Widget.AbsListView view, System.Int32 firstVisibleItem, System.Int32 visibleItemCount, System.Int32 totalItemCount)
AbsListView+IOnScrollListenerInvoker.n_OnScroll_Landroid_widget_AbsListView_III (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_view, System.Int32 firstVisibleItem, System.Int32 visibleItemCount, System.Int32 totalItemCount)
The text was updated successfully, but these errors were encountered: