FIX : Custom picker detect images that is already in commons (#6288)
Some checks failed
Android CI / Run tests and generate APK (push) Has been cancelled

* Fix: Exclude specific text from being posted in WikidataFeedback

* Add detection logic for images already on Commons in custom picker
This commit is contained in:
Sonal Yadav 2025-04-15 09:23:26 +05:30 committed by GitHub
parent 1a13cb3383
commit 78d29bcf20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 36 additions and 41 deletions

View file

@ -103,4 +103,4 @@ class WikidataFeedback : BaseActivity() {
onBackPressed()
return true
}
}
}