Ankit Kumar
Ankit Kumar
- Fix the following bug - Add contest link below participation post
``` Fatal Exception: java.lang.IllegalArgumentException: filename cannot be null at android.media.ExifInterface.(ExifInterface.java:1340) at com.hapramp.utils.ImageRotationHandler$1.run(ImageRotationHandler.java:29) ```
``` Non-fatal Exception: java.lang.IllegalArgumentException: You cannot start a load for a destroyed activity at com.bumptech.glide.manager.RequestManagerRetriever.assertNotDestroyed(RequestManagerRetriever.java:323) at com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:132) at com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:116) at com.bumptech.glide.Glide.with(Glide.java:707) at com.hapramp.utils.ImageHandler.loadCircularImage(ImageHandler.java:180) at com.hapramp.views.comments.CommentsItemView.setComment(CommentsItemView.java:131) at com.hapramp.ui.activity.DetailedActivity.addCommentToView(DetailedActivity.java:754) at com.hapramp.ui.activity.DetailedActivity.addAllCommentsToView(DetailedActivity.java:739) at...
``` 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) ```
User should be able to view their vote value.