mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-03 08:13:55 +01:00
parent
143ad00149
commit
b5e90bea76
4 changed files with 11 additions and 8 deletions
|
|
@ -114,9 +114,6 @@ public class UploadController {
|
|||
contribution.setTag("mimeType", mimeType);
|
||||
contribution.setSource(source);
|
||||
|
||||
//Calls the next overloaded method
|
||||
startUpload(contribution, onComplete);
|
||||
|
||||
Timber.d("Wikidata entity ID received from Share activity is %s", wikiDataEntityId);
|
||||
//TODO: Modify this to include coords
|
||||
Account currentAccount = sessionManager.getCurrentAccount();
|
||||
|
|
@ -136,7 +133,8 @@ public class UploadController {
|
|||
contribution.setWikiDataEntityId(wikiDataEntityId);
|
||||
contribution.setContentProviderUri(contentProviderUri);
|
||||
|
||||
|
||||
//Calls the next overloaded method
|
||||
startUpload(contribution, onComplete);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue