-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
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
unable to access classes #50
Comments
What classes you can't access and how? Can you provide more information about the issue? |
WrapperAdapter, WrapperSpanSizeLookup I'm not able to access these classes. I had to add them manually by copying the code. I did try the sample codes. |
These are meant to be internal classes. Will think about exposing them for the next release. |
Well I was trying the same implementation of pagination in my project i.e., CustomLoadingListItemCreator where in under onBindViewHolder I was trying to invoke WrapperAdapter and WrapperSpanSizeLookup for gridLayout pagination. Since the classes are exposed internally I was not able to access them, so I had to create the files separately in my code base. |
Hi,
I was not able to access classes since there is no access modifier please add the access modifier
The text was updated successfully, but these errors were encountered: