Add a fast scroller on SubscribedSubredditsListingFragment.

This commit is contained in:
Alex Ning
2020-04-15 20:58:55 +08:00
parent c79a65300b
commit 90fa50f5d1
3 changed files with 50 additions and 1 deletions

View File

@@ -85,4 +85,5 @@ dependencies {
implementation 'com.r0adkll:slidableactivity:2.1.0'
implementation 'com.atlassian.commonmark:commonmark:0.13.1'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'me.zhanghai.android.fastscroll:library:1.1.2'
}