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

Playing animations #27

Closed
adnan-SM opened this issue Mar 28, 2015 · 2 comments
Closed

Playing animations #27

adnan-SM opened this issue Mar 28, 2015 · 2 comments

Comments

@adnan-SM
Copy link

The docs say :

Uri uri;
ImageRequest request = ImageRequestBuilder.newBuilderWithSource(uri)
    .setAutoPlayAnimation(true)
    . // other setters
    .build();

But ImageRequestBuilder class has no method named setAutoPlayAnimation()

@plamenko
Copy link
Contributor

This is a typo in the docs. one "s" is missing, it should be setAutoPlayAnimations. I wonder if it would be easier to just try autocomplete instead of opening issue.

@plamenko
Copy link
Contributor

Ah sorry, this is a controller builder setter, not image request builder setter

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

2 participants