We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library version: 1.6.0
When picking file with name like this : 68rea0b0-042d-1bb6-gh47-da66ca81ocaa.middle.jpg MediaProcessorThread is receiving NullPointerException
MediaProcessorThread
String displayName = cursor.getString(cursor.getColumnIndex(OpenableColumns.DISPLAY_NAME));
Cursor can't get file name because of this extra dot before middle.
middle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Library version: 1.6.0
When picking file with name like this : 68rea0b0-042d-1bb6-gh47-da66ca81ocaa.middle.jpg
MediaProcessorThread
is receiving NullPointerExceptionCursor can't get file name because of this extra dot before
middle
.The text was updated successfully, but these errors were encountered: