diff --git a/README.md b/README.md index 83236edd..1053d18a 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,6 @@ StfalconImageViewer.Builder(this, images, ::loadImage) .withTransitionFrom(targeImageView) .withImageChangeListener(::onImageChanged) .withDismissListener(::onViewerDismissed) - .withDismissListener(::onViewerDismissed) ``` Also, you can take a look at the [sample project](https://github.com/stfalcon-studio/StfalconImageViewer/tree/master/sample) for more information.