bumptech / bumptech/glide

Glide retries failed requests when the activity is restarted

Open
#4,125 5 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
35k
Forks
6.2k
Avg merge
1d 11h
Merged PRs (30d)
8

Description

If a request failed, Glide will try to load it again when the app is minimized and restored, even if the request failed due to unrecoverable error such as a 404.

To reproduce, simply do `Glide.with(this /* Activity */).load("http://bad-url/").into(imageView);`, minimize and restore the app. If application context is used instead of an activity, the problem doesn't manifest itself. It happens every time on default configuration so I'm not including further details.

**Glide Version**: 4.11.0

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.