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 1bdcf3f commit 0714f6eCopy full SHA for 0714f6e
app/src/main/java/fr/free/nrw/commons/upload/UploadService.java
@@ -284,7 +284,7 @@ private void showFailedNotification(Contribution contribution) {
284
contribution.save();
285
}
286
287
- private String findUniqueFilename(String fileName) throws IOException {
+ synchronized private String findUniqueFilename(String fileName) throws IOException {
288
return findUniqueFilename(fileName, 1);
289
290
0 commit comments