Skip to content

Commit 0c3fce0

Browse files
committed
Revert "issue-commons-app#3195: order contributions list updated"
This reverts commit 56292b5.
1 parent 133b33b commit 0c3fce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/fr/free/nrw/commons/contributions/ContributionsListAdapter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public void setContributions(List<Contribution> contributionList) {
5757
this.contributions.clear();
5858
this.contributions.addAll(contributionList);
5959
notifyDataSetChanged();
60+
Log.i("TAG_ConAdapter", "contributions updated");
6061
}
6162
}
6263

0 commit comments

Comments
 (0)