turing-tech / MaterialScrollBar

An Android library that brings the Material Design 5.1 sidebar to pre-5.1 devices.
Apache License 2.0
781 stars 126 forks source link

setVisibility not working #103

Open silent10 opened 7 years ago

silent10 commented 7 years ago

RecyclerView is empty and scrollbar still shows. I tried setVisibility(View.GONE) but does not work.

silent10 commented 7 years ago

Neither setVisibility(View.GONE) nor setVisibility(View.INVISIBLE) works on the DragScrollBar.

turing-tech commented 6 years ago

Unable to reproduce. Please provide some code if possible.