Open SValchyshyn opened 8 years ago
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
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
.