pattch / PicToPoly

Pic to Poly Android App
1 stars 0 forks source link

App Crashes when Camera isn't present #31

Open pattch opened 8 years ago

pattch commented 8 years ago

If the device doesn't have a camera, no checks to whether the camera exists are made. Should check either at the view level (i.e. hiding the camera button) or at the Intent level (i.e. not navigating if there's no Camera)