From aadbf337d4a6e9a006999eaa2633385600cc2c71 Mon Sep 17 00:00:00 2001 From: tks10 Date: Tue, 3 Dec 2019 13:49:32 +0900 Subject: [PATCH] delete: redundant statement --- README.md | 1 - 1 file changed, 1 deletion(-) 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.