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;