Skip to content
New issue

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

IllegalArgumentException due to Glide #211

Open
bxute opened this issue Oct 4, 2018 · 0 comments
Open

IllegalArgumentException due to Glide #211

bxute opened this issue Oct 4, 2018 · 0 comments

Comments

@bxute
Copy link
Contributor

bxute commented Oct 4, 2018

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 com.hapramp.ui.activity.DetailedActivity.onCommentsAvailable(DetailedActivity.java:725)
       at com.hapramp.datastore.DataDispatcher$17.run(DataDispatcher.java:256)
       at android.os.Handler.handleCallback(Handler.java:751)
       at android.os.Handler.dispatchMessage(Handler.java:95)
       at android.os.Looper.loop(Looper.java:154)
       at android.app.ActivityThread.main(ActivityThread.java:6123)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:757)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant