FastScroll-RecyclerView icon indicating copy to clipboard operation
FastScroll-RecyclerView copied to clipboard

Fix a NPE crash when onUpdateScrollbar() is called before adapter is initialized

Open tuckercr opened this issue 7 years ago • 0 comments

The adapter can be null when onUpdateScrollbar() is called. This simple change checks for that to prevent a NPE crash.

tuckercr avatar Jul 04 '17 13:07 tuckercr