Skip to content

Commit 16960a3

Browse files
1 parent ce9dc33 commit 16960a3

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/fr/free/nrw/commons/customselector/ui/adapter

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/customselector/ui/adapter/ImageAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ class ImageAdapter(
390390
sharedPreferences.getBoolean(SHOW_ALREADY_ACTIONED_IMAGES_PREFERENCE_KEY, true)
391391

392392
if(showAlreadyActionedImages) {
393-
refresh(allImages, allImages)
393+
refresh(allImages, allImages, uploadingContributionList)
394394
} else {
395395
val iterator = actionableImagesMap.entries.iterator()
396396
var index = 0

0 commit comments

Comments
 (0)