Skip to content

Commit 2496e37

Browse files
committed
DEBUG MODE OFF
1 parent 879b7d3 commit 2496e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/upload/UploadController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ protected Contribution doInBackground(Void... voids /* stare into you */) {
156156
@Override
157157
protected void onPostExecute(Contribution contribution) {
158158
super.onPostExecute(contribution);
159-
//uploadService.queue(UploadService.ACTION_UPLOAD_FILE, contribution);
159+
uploadService.queue(UploadService.ACTION_UPLOAD_FILE, contribution);
160160
onComplete.onUploadStarted(contribution);
161161
}
162162
});

0 commit comments

Comments
 (0)