FastScroll-RecyclerView
FastScroll-RecyclerView copied to clipboard
Fix a NPE crash when onUpdateScrollbar() is called before adapter is initialized
The adapter can be null when onUpdateScrollbar() is called. This simple change checks for that to prevent a NPE crash.