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

RequestTracker should not restart cleared requests in onResume #128

Closed
sjudd opened this issue Sep 10, 2014 · 2 comments
Closed

RequestTracker should not restart cleared requests in onResume #128

sjudd opened this issue Sep 10, 2014 · 2 comments
Assignees
Labels
Milestone

Comments

@sjudd
Copy link
Collaborator

sjudd commented Sep 10, 2014

No description provided.

@sjudd sjudd self-assigned this Sep 10, 2014
@sjudd sjudd added this to the 3.3.1 milestone Sep 10, 2014
@sjudd sjudd added the bug label Sep 10, 2014
@sjudd sjudd closed this as completed in 36d52a4 Sep 12, 2014
@ataulm
Copy link

ataulm commented Mar 19, 2015

There's a comment in Downsampler.java referencing this issue:

private static Bitmap.Config getConfig(InputStream is, DecodeFormat format) {
    // Changing configs can cause skewing on 4.1, see issue #128.
    if (format == DecodeFormat.ALWAYS_ARGB_8888 || format == DecodeFormat.PREFER_ARGB_8888
            || Build.VERSION.SDK_INT == Build.VERSION_CODES.JELLY_BEAN) {
        return Bitmap.Config.ARGB_8888;
    }
    ...

is this the correct issue to reference?

@TWiStErRob
Copy link
Collaborator

Good catch, it's the next one (129).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants