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 879b7d3 commit 2496e37Copy full SHA for 2496e37
app/src/main/java/fr/free/nrw/commons/upload/UploadController.java
@@ -156,7 +156,7 @@ protected Contribution doInBackground(Void... voids /* stare into you */) {
156
@Override
157
protected void onPostExecute(Contribution contribution) {
158
super.onPostExecute(contribution);
159
- //uploadService.queue(UploadService.ACTION_UPLOAD_FILE, contribution);
+ uploadService.queue(UploadService.ACTION_UPLOAD_FILE, contribution);
160
onComplete.onUploadStarted(contribution);
161
}
162
});
0 commit comments