Skip to content

Commit

Permalink
Fixed duplicity of commit items in CommitsList at start of CommitFrag…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
feromakovi committed Apr 8, 2014
1 parent 2624640 commit 2d68041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SGit/src/me/sheimi/sgit/adapters/CommitsListAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public void postCommits(List<RevCommit> commits) {
// TODO Auto-generated method stub
if (commits != null) {
// TODO why == null
clear();
addAll(commits);
}
notifyDataSetChanged();
Expand Down

0 comments on commit 2d68041

Please sign in to comment.