Merge pull request #11267 from nextcloud/dependabot/gradle/me.zhanghai.android.fastscroll-library-1.2.0

Build(deps): Bump me.zhanghai.android.fastscroll:library from 1.1.8 to 1.2.0
This commit is contained in:
Álvaro Brey 2023-01-30 15:27:10 +01:00 committed by GitHub
commit 36c8b404c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -294,7 +294,7 @@ dependencies {
implementation "com.google.android.exoplayer:exoplayer:$exoplayerVersion"
implementation "com.google.android.exoplayer:extension-okhttp:$exoplayerVersion"
implementation 'me.zhanghai.android.fastscroll:library:1.1.8'
implementation 'me.zhanghai.android.fastscroll:library:1.2.0'
// Shimmer animation
implementation 'io.github.elye:loaderviewlibrary:3.0.0'

View file

@ -238,7 +238,7 @@ class GalleryFastScrollViewHelper(
return if (position == RecyclerView.NO_POSITION) {
null
} else {
popupTextProvider.getPopupText(position)
popupTextProvider.getPopupText(position).toString()
}
}