mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
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:
commit
36c8b404c6
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -238,7 +238,7 @@ class GalleryFastScrollViewHelper(
|
|||
return if (position == RecyclerView.NO_POSITION) {
|
||||
null
|
||||
} else {
|
||||
popupTextProvider.getPopupText(position)
|
||||
popupTextProvider.getPopupText(position).toString()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue