filestack / filestack-android

Official Android SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
Apache License 2.0
156 stars 90 forks source link

FilesUtils.getTypedFileFromUri() could return null #90

Closed exviva closed 8 years ago

exviva commented 8 years ago

This PR fixes a case where FilesUtils.getTypedFileFromUri() would return null.

Previously, that would raise a NullPointerException at io.filepicker.services.ContentService$ProgressTypedFile..