Always parse links on bios

This commit is contained in:
Alisson Lauffer 2020-01-15 22:33:26 -03:00 committed by NekoInverter
parent 25f25eb6dd
commit 3d818210ed
1 changed files with 1 additions and 1 deletions

View File

@ -4114,7 +4114,7 @@ public class ProfileActivity extends BaseFragment implements NotificationCenter.
case 3:
AboutLinkCell aboutLinkCell = (AboutLinkCell) holder.itemView;
if (position == userInfoRow) {
aboutLinkCell.setTextAndValue(userInfo.about, LocaleController.getString("UserBio", R.string.UserBio), isBot);
aboutLinkCell.setTextAndValue(userInfo.about, LocaleController.getString("UserBio", R.string.UserBio), true);
} else if (position == channelInfoRow) {
String text = chatInfo.about;
while (text.contains("\n\n\n")) {