-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NullPointerException #33
Comments
I am also getting similiar to this error . No Clue how to resolve this |
Fix `Attempt to invoke virtual method 'java.lang.Object java.lang.ref.WeakReference.get()' on a null object reference`
Attempt to invoke virtual method 'java.lang.Object java.lang.ref.WeakReference.get()' on a null object reference
biz.laenger.android.vpbs.ViewPagerBottomSheetBehavior.invalidateScrollingChild(ViewPagerBottomSheetBehavior.java:433)
final View scrollingChild = findScrollingChild(mViewRef.get());
mViewRef is null;
The text was updated successfully, but these errors were encountered: