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

Edit Game Updates Local Copy #28

Closed
eltoraz opened this issue Dec 2, 2011 · 1 comment
Closed

Edit Game Updates Local Copy #28

eltoraz opened this issue Dec 2, 2011 · 1 comment

Comments

@eltoraz
Copy link
Owner

eltoraz commented Dec 2, 2011

Commit 6b4f263264 raises a NullPointerException when editing a game. For this reason, the beta code release excludes this particular commit.

This is caused by the ListView.getChildAt(pos) returning a null View, possibly when the game selected is not visible. As an alternative, try re-setting the adapter after modifying the ArrayList the ListView adapter is using.

@ghost ghost assigned eltoraz Dec 2, 2011
@eltoraz
Copy link
Owner Author

eltoraz commented Dec 4, 2011

For changes made in ListGameActivity, need to propagate them back to PugAndroidActivity too.

@eltoraz eltoraz closed this as completed in df1551e Dec 4, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant