-
Notifications
You must be signed in to change notification settings - Fork 480
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
Wrong class name MainFeedListAdapter #25
Comments
I am Facing Same Problem.Please Tell Me How To Fix This ...
Thanks In Advance |
My Problem Is Solved.... |
I'm confused. What's the issue? |
@mitchtabian you have one mistake in naming your class name. I've request a pull request to fix it. Please see it: #26 |
all code with this -> MainFeedListAdapter changce to MainfeedListAdapter including class name |
There is an issues that the class name is mismatch with the file name for class
MainFeedListAdapter
. So it will cause compiling error:error: class MainFeedListAdapter is public, should be declared in a file named MainFeedListAdapter.java
Can I submit a pull request to fix it?
The text was updated successfully, but these errors were encountered: