mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-31 23:03:54 +01:00
ImageFragment.kt: notifyDataSetChanged() added to update observers about init call in handleResult()
This commit is contained in:
parent
0a7fe662d4
commit
323f069a69
1 changed files with 1 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ class ImageFragment :
|
|||
filteredImages = ImageHelper.filterImages(images, bucketId)
|
||||
allImages = ArrayList(filteredImages)
|
||||
imageAdapter.init(filteredImages, allImages, TreeMap(), uploadingContributions)
|
||||
imageAdapter.notifyDataSetChanged()
|
||||
selectorRV?.let {
|
||||
it.visibility = View.VISIBLE
|
||||
lastItemId?.let { pos ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue