We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a1245 commit efb8512Copy full SHA for efb8512
app/src/main/java/com/example/administrator/animatecircleimageview/views/DragImageView.java
@@ -130,7 +130,7 @@ public boolean onInterceptTouchEvent(MotionEvent event) {
130
if (event.getAction() == MotionEvent.ACTION_DOWN && clickInAvatarView(event)) {
131
return true;
132
}
133
- return false;
+ return mDragHelper.shouldInterceptTouchEvent(event);
134
135
136
@Override
0 commit comments