mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
drop down menu in the Upload Wizard now show the language in which the pin's label is shown (#6346)
Some checks are pending
Android CI / Run tests and generate APK (push) Waiting to run
Some checks are pending
Android CI / Run tests and generate APK (push) Waiting to run
This commit is contained in:
parent
9b04031c91
commit
2b5f0e4ac9
2 changed files with 1 additions and 10 deletions
|
|
@ -351,6 +351,7 @@ class NearbyParentFragmentPresenter
|
|||
pic = repoPlace.pic ?: ""
|
||||
exists = repoPlace.exists ?: true
|
||||
longDescription = repoPlace.longDescription ?: ""
|
||||
language = repoPlace.language
|
||||
}
|
||||
} else {
|
||||
indicesToUpdate.add(i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue