1Rramp-Android icon indicating copy to clipboard operation
1Rramp-Android copied to clipboard

FilePathUtils.java Crashing for some images.

Open bxute opened this issue 7 years ago • 0 comments

Fatal Exception: java.lang.IllegalArgumentException: column '_data' does not exist. Available columns: []
       at android.database.AbstractCursor.getColumnIndexOrThrow(AbstractCursor.java:340)
       at android.database.CursorWrapper.getColumnIndexOrThrow(CursorWrapper.java:87)
       at com.hapramp.utils.FilePathUtils.getDataColumn(FilePathUtils.java:140)
       at com.hapramp.utils.FilePathUtils.getPath(FilePathUtils.java:90)
       at com.hapramp.utils.GoogleImageFilePathReader.getImageFilePath(GoogleImageFilePathReader.java:20)
       at com.hapramp.ui.activity.CreatePostActivity$4.run(CreatePostActivity.java:176)

bxute avatar Sep 08 '18 05:09 bxute