issues
search
jkwiecien
/
EasyImage
Library for picking pictures from gallery or camera
1.77k
stars
302
forks
source link
Fix result Intent handling when returning from Chooser with empty Intent
#216
Closed
bearlysophisticated
closed
4 years ago
bearlysophisticated
commented
4 years ago
Nexus Camera app returns from picture taking with an empty Inent (Intent#data=null)
Check if Intent#data is null and if true assume that user has choosen camera to take picture
Load camera picture if pending camera file is not null
bearlysophisticated
commented
4 years ago
Related issue: #140