tungdx / android-media-picker

A library for choose photos, videos from Android devices.
185 stars 57 forks source link

Kotlin TypeCastException #24

Closed samishal1998 closed 5 years ago

samishal1998 commented 5 years ago

you just need to add the null-safe operator to the casting "?"

kotlin.TypeCastException: null cannot be cast to non-null type vn.tungdx.mediapicker.widget.PickerImageView
        at vn.tungdx.mediapicker.MediaAdapter.onMovedToScrapHeap(MediaAdapter.kt:207)
toantk238 commented 5 years ago

Thank you very much. I will update it.