Skip to content

Commit

Permalink
Always show scrollbar when scrolling (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cguy7777 committed Mar 5, 2021
1 parent 273d2fb commit 088b027
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,8 @@ public void onScrollStateChanged(final RecyclerView recyclerView, final int newS
hideScrollbar();
break;
case RecyclerView.SCROLL_STATE_DRAGGING:
showScrollbar();
break;
case RecyclerView.SCROLL_STATE_SETTLING:
showScrollbar();
break;
}

Expand Down

0 comments on commit 088b027

Please sign in to comment.