Skip to content
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

LogFragment.java incorrectly pulls resources from pulltorefresh library #101

Open
jwir3 opened this issue Feb 21, 2014 · 0 comments
Open

Comments

@jwir3
Copy link
Contributor

jwir3 commented Feb 21, 2014

LogFragment.java has an import of resources at the top of its file:

import com.handmark.pulltorefresh.library.R;

Unfortunately, this isn't the correct R.java file. It should be using the agit resources, otherwise when imported into Android Studio, it complains that R.layout.rev_commit_list_item cannot be found.

jwir3 added a commit to jwir3/agit that referenced this issue Feb 21, 2014
…sources from handmark.pulltorefresh library.
rtyley added a commit that referenced this issue Mar 1, 2014
Issue #101: Fix LogFragment so it doesn't incorrectly import resources from handmark.pulltorefresh library.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant