mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-14 18:50:39 +01:00
improved fanfou mentions
This commit is contained in:
parent
7f4656c76e
commit
970dc1ca81
@ -1108,8 +1108,7 @@ public class ComposeActivity extends BaseActivity implements OnMenuItemClickList
|
||||
}
|
||||
|
||||
for (final String mention : mentions) {
|
||||
if (mention.equalsIgnoreCase(status.user_screen_name) || mention.equalsIgnoreCase(myScreenName)
|
||||
|| mention.equalsIgnoreCase(status.retweeted_by_user_screen_name)) {
|
||||
if (mention.equalsIgnoreCase(status.user_screen_name)) {
|
||||
continue;
|
||||
}
|
||||
mEditText.append("@" + mention + " ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user