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

This commit is contained in:
Sonal Yadav 2025-06-11 17:41:49 +05:30 committed by GitHub
parent 9b04031c91
commit 2b5f0e4ac9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 10 deletions

View file

@ -351,6 +351,7 @@ class NearbyParentFragmentPresenter
pic = repoPlace.pic ?: ""
exists = repoPlace.exists ?: true
longDescription = repoPlace.longDescription ?: ""
language = repoPlace.language
}
} else {
indicesToUpdate.add(i)