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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: