ChiliPhotoPicker icon indicating copy to clipboard operation
ChiliPhotoPicker copied to clipboard

Attempt to invoke virtual method 'void android.view.View.setTranslationY(float)' on a null object reference

Open ubarua123 opened this issue 3 years ago • 0 comments

Got this on a production device vivo 1811, SDK - 8.1.0. Any ideas?

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setTranslationY(float)' on a null object reference
       at lv.chi.photopicker.PhotoPickerFragment$pickerBottomSheetCallback$1.onSlide(PhotoPickerFragment.java:280)
       at com.google.android.material.bottomsheet.BottomSheetBehavior.dispatchOnSlide(BottomSheetBehavior.java:1503)
       at com.google.android.material.bottomsheet.BottomSheetBehavior$4.onViewPositionChanged(BottomSheetBehavior.java:1370)
       at androidx.customview.widget.ViewDragHelper.continueSettling(ViewDragHelper.java:779)
       at com.google.android.material.bottomsheet.BottomSheetBehavior$SettleRunnable.run(BottomSheetBehavior.java:1542)

ubarua123 avatar Jun 09 '21 14:06 ubarua123