You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when scrolling a loadmore using OnScrollListener the items are disappearing note that the layout contains a framelayout always mentioning the isseue :
Attempt to invoke virtual method 'void android.widget.FrameLayout.setLayoutParams(android.view.ViewGroup$LayoutParams)' on a null object reference
please if someone knows how to solve it knowing that the frame layout is already defined inside my custom adapter
The text was updated successfully, but these errors were encountered:
when scrolling a loadmore using OnScrollListener the items are disappearing note that the layout contains a framelayout always mentioning the isseue :
Attempt to invoke virtual method 'void android.widget.FrameLayout.setLayoutParams(android.view.ViewGroup$LayoutParams)' on a null object reference
please if someone knows how to solve it knowing that the frame layout is already defined inside my custom adapter
The text was updated successfully, but these errors were encountered: