KRA2008 / crosscam

WYSIWYG stereoscopic 3D cross view camera mobile app
21 stars 6 forks source link

multi-select image loading (folder icon) on Android causes crash #125

Closed KRA2008 closed 5 years ago

KRA2008 commented 5 years ago

null ref from intent.Data being null (pictures are in intent.ClipData)

i actually hadn't really considered multi-select for android from the folder icon for some reason, and when i realized that tapping and holding allows that to happen i tried it and found the crash. maybe a bug fix, maybe a feature add. (probably blinded by how this is not nearly so easy on iOS #124 )

KRA2008 commented 5 years ago

done