Skip to content

Commit 52a1245

Browse files
committed
latest update
1 parent b40b3ad commit 52a1245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/example/administrator/animatecircleimageview/views/DragImageView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public boolean onInterceptTouchEvent(MotionEvent event) {
130130
if (event.getAction() == MotionEvent.ACTION_DOWN && clickInAvatarView(event)) {
131131
return true;
132132
}
133-
return mDragHelper.shouldInterceptTouchEvent(event);
133+
return false;
134134
}
135135

136136
@Override

0 commit comments

Comments
 (0)