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 3a59e06 commit 196cb9dCopy full SHA for 196cb9d
app/src/main/java/fr/free/nrw/commons/upload/UploadModel.java
@@ -198,7 +198,8 @@ public Observable<Contribution> buildContributions() {
198
if (item.place != null) {
199
contribution.setWikiDataEntityId(item.place.getWikiDataEntityId());
200
// If item already has an image, we need to know it. We don't want to override existing image later
201
- contribution.setP18Value(item.place.pic); }
+ contribution.setP18Value(item.place.pic);
202
+ }
203
if (null == selectedCategories) {//Just a fail safe, this should never be null
204
selectedCategories = new ArrayList<>();
205
}
0 commit comments