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
I'm using a cursor in my Adapter so I need one class to be able to both extend RecyclerView.ViewHolder and implement StickyHeadersAdapter, but this isn't possible because of method signature clash.
The text was updated successfully, but these errors were encountered:
I don't know if it isn't possible to change the lib at this point for backward compatibility reasons, of course. It's easy to get around this problem but it would be more practical.
I'm using a cursor in my Adapter so I need one class to be able to both extend RecyclerView.ViewHolder and implement StickyHeadersAdapter, but this isn't possible because of method signature clash.
The text was updated successfully, but these errors were encountered: