Skip to content

Conversation

luciofm
Copy link

@luciofm luciofm commented Mar 13, 2018

Add support for a custom PipelineDraweeControllerBuilder.

This way is possible to have animated GIFs working on the Viewer.

    PipelineDraweeControllerBuilder builder = ImageViewer.createPipelineDraweeControllerBuilder();
    builder.setAutoPlayAnimations(true);
    new ImageViewer.Builder<>(this, posters)
            .setCustomDraweeControllerBuilder(builder)
            .setStartPosition(startPosition)
            .show();

@dmachacon
Copy link

I hope this gets merge soon.

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

Successfully merging this pull request may close these issues.

2 participants