We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9dc33 commit 16960a3Copy full SHA for 16960a3
app/src/main/java/fr/free/nrw/commons/customselector/ui/adapter/ImageAdapter.kt
@@ -390,7 +390,7 @@ class ImageAdapter(
390
sharedPreferences.getBoolean(SHOW_ALREADY_ACTIONED_IMAGES_PREFERENCE_KEY, true)
391
392
if(showAlreadyActionedImages) {
393
- refresh(allImages, allImages)
+ refresh(allImages, allImages, uploadingContributionList)
394
} else {
395
val iterator = actionableImagesMap.entries.iterator()
396
var index = 0
0 commit comments