Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Dec 22, 2023
1 parent 27b8675 commit 93e9791
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ class GalleryAdapter(

init {
storageManager = transferServiceGetter.storageManager
setHasStableIds(true)

if (files.isNotEmpty()) {
setHasStableIds(true)
}
}

override fun showFooters(): Boolean = false
Expand Down

0 comments on commit 93e9791

Please sign in to comment.