mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
correct
This commit is contained in:
parent
2d5dd7283a
commit
6deb5fac19
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ class UploadWorker(
|
||||||
wikiDataPlace,
|
wikiDataPlace,
|
||||||
uploadResult.filename,
|
uploadResult.filename,
|
||||||
contribution.media.captions,
|
contribution.media.captions,
|
||||||
)
|
)
|
||||||
if (null != revisionID) {
|
if (null != revisionID) {
|
||||||
withContext(Dispatchers.IO) {
|
withContext(Dispatchers.IO) {
|
||||||
val place = placesRepository.fetchPlace(wikiDataPlace.id)
|
val place = placesRepository.fetchPlace(wikiDataPlace.id)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue