timusus / RecyclerView-FastScroll

A simple FastScroller for Android's RecyclerView
Other
1.39k stars 183 forks source link

Unable to compile with sdk version 28 #84

Closed arams closed 5 years ago

arams commented 6 years ago

I get below error when i compile for 28

Warning: com.netmine.rolo.fastscroll.FastScrollPopup: can't find referenced method 'int save(int)' in library class android.graphics.Canvas

In different library I saw this fix. This might be applicable for us.

https://github.com/umano/AndroidSlidingUpPanel/pull/922/commits/7af57e82bfdac401ea1a0b6a105442d427e9c5e7

timusus commented 5 years ago

Resolved with #96