Skip to content

Commit

Permalink
// 修复点击后点击空白页面响应了之前的点击事件的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
razerdp committed Feb 20, 2017
1 parent c9d9f33 commit 9499b6a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ private void onTouchDown(MotionEvent event) {
} else {
this.mSelectedPosition = INVALID_POSITION;
}
}else {
this.mSelectedPosition = INVALID_POSITION;
}
} else {
this.mSelectedPosition = INVALID_POSITION;
Expand Down

0 comments on commit 9499b6a

Please sign in to comment.