We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e042c commit 0da2defCopy full SHA for 0da2def
app/src/main/java/fr/free/nrw/commons/contributions/ContributionViewHolder.java
@@ -39,7 +39,7 @@ public class ContributionViewHolder extends RecyclerView.ViewHolder {
39
40
private int position;
41
private Contribution contribution;
42
- Random random =new Random();
+ private Random random =new Random();
43
private HashMap<Integer,ColorDrawable> drawablesCache=new HashMap();
44
45
ContributionViewHolder(View parent, Callback callback) {
0 commit comments