Skip to content

Commit efb8512

Browse files
committed
latest update
1 parent 52a1245 commit efb8512

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/example/administrator/animatecircleimageview/views

1 file changed

+1
-1
lines changed

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

+1-1
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 false;
133+
return mDragHelper.shouldInterceptTouchEvent(event);
134134
}
135135

136136
@Override

0 commit comments

Comments
 (0)