From 9499b6a78422ec540f9ded8522b371965a8276ee Mon Sep 17 00:00:00 2001 From: razerdp Date: Mon, 20 Feb 2017 17:40:56 +0800 Subject: [PATCH] =?UTF-8?q?//=20=E4=BF=AE=E5=A4=8D=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=90=8E=E7=82=B9=E5=87=BB=E7=A9=BA=E7=99=BD=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=93=8D=E5=BA=94=E4=BA=86=E4=B9=8B=E5=89=8D=E7=9A=84=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=BA=8B=E4=BB=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/src/main/java/razerdp/github/com/widget/PhotoContents.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/main/java/razerdp/github/com/widget/PhotoContents.java b/lib/src/main/java/razerdp/github/com/widget/PhotoContents.java index 81aca6d..1446452 100644 --- a/lib/src/main/java/razerdp/github/com/widget/PhotoContents.java +++ b/lib/src/main/java/razerdp/github/com/widget/PhotoContents.java @@ -360,6 +360,8 @@ private void onTouchDown(MotionEvent event) { } else { this.mSelectedPosition = INVALID_POSITION; } + }else { + this.mSelectedPosition = INVALID_POSITION; } } else { this.mSelectedPosition = INVALID_POSITION;