Turtlebody / android-media-picker

A simple and easy to use Media Picker android library. Choose any image, video or audio from your device
MIT License
60 stars 16 forks source link

Fixed IllegalArgumentException at some devices #8

Closed acousticksan closed 4 years ago

acousticksan commented 4 years ago

At some devices getColumnIndexOrThrow return IllegalArgumentException. You can test this on emulator with android N. I try create fallback for this case

wangsun6 commented 4 years ago

will check and confirm