Skip to content

Commit

Permalink
Merge pull request sheimi#69 from feromakovi/fixduplicity
Browse files Browse the repository at this point in the history
Fixed duplicity of commit items in CommitsList at start of CommitFragmen...
  • Loading branch information
sheimi committed Jul 16, 2014
2 parents 5c142d6 + 2d68041 commit 2befa3d
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 2befa3d

Please sign in to comment.