fixed comment.

close #226
This commit is contained in:
Mariotaku Lee 2015-11-03 19:06:14 +08:00
parent 0669cfe1e5
commit 8d56b9b868
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ public class ComposeActivity extends ThemedFragmentActivity implements LocationL
if (TextUtils.isEmpty(myScreenName)) return false;
int selectionStart = 0;
mEditText.append("@" + status.user_screen_name + " ");
// If status is not sent by our self, just include our screen name into selection.
// If replying status from current user, just exclude it's screen name from selection.
if (status.account_id != status.user_id) {
selectionStart = mEditText.length();
}