Skip to content

Commit

Permalink
fix all select cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeger committed Sep 9, 2016
1 parent 07e5621 commit e789cc1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,11 @@ public void onClick(View v) {
contentView.findViewById(R.id.tv_select_all).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
hideSelect();
selectText(0, mTextView.getText().length() - 1);
showCursor(mStartHandle);
showCursor(mEndHandle);
mOperateWindow.show();
}
});
}
Expand Down

0 comments on commit e789cc1

Please sign in to comment.