mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Remove comment from UploadController.java
This commit is contained in:
parent
666b7a0843
commit
d6e848b32e
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ public class UploadController {
|
||||||
protected void onPostExecute(Contribution contribution) {
|
protected void onPostExecute(Contribution contribution) {
|
||||||
super.onPostExecute(contribution);
|
super.onPostExecute(contribution);
|
||||||
//Starts the upload. If commented out, user can proceed to next Fragment but upload doesn't happen
|
//Starts the upload. If commented out, user can proceed to next Fragment but upload doesn't happen
|
||||||
//uploadService.queue(UploadService.ACTION_UPLOAD_FILE, contribution);
|
uploadService.queue(UploadService.ACTION_UPLOAD_FILE, contribution);
|
||||||
onComplete.onUploadStarted(contribution);
|
onComplete.onUploadStarted(contribution);
|
||||||
}
|
}
|
||||||
}.executeOnExecutor(Executors.newFixedThreadPool(1)); // TODO remove this by using a sensible thread handling strategy
|
}.executeOnExecutor(Executors.newFixedThreadPool(1)); // TODO remove this by using a sensible thread handling strategy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue