Skip to content

Commit

Permalink
latest update
Browse files Browse the repository at this point in the history
  • Loading branch information
CeuiLiSA committed Apr 15, 2018
1 parent b40b3ad commit 52a1245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public boolean onInterceptTouchEvent(MotionEvent event) {
if (event.getAction() == MotionEvent.ACTION_DOWN && clickInAvatarView(event)) {
return true;
}
return mDragHelper.shouldInterceptTouchEvent(event);
return false;
}

@Override
Expand Down

0 comments on commit 52a1245

Please sign in to comment.