fix: Profile parse links

This commit is contained in:
xtaodada 2022-07-08 11:22:27 +08:00 committed by luvletter2333
parent 7595ba071e
commit a3e489c2f9
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 1 additions and 1 deletions

View File

@ -8017,7 +8017,7 @@ public class ProfileActivity extends BaseFragment implements NotificationCenter.
while (text.contains("\n\n\n")) {
text = text.replace("\n\n\n", "\n\n");
}
aboutLinkCell.setText(text, ChatObject.isChannel(currentChat) && !currentChat.megagroup);
aboutLinkCell.setText(text, true);
}
if (position == bioRow) {
String value;