commit
99c6fcdeba
@ -545,8 +545,8 @@ public class Emoji {
|
||||
|
||||
public static CharSequence replaceEmoji(CharSequence cs, Paint.FontMetricsInt fontMetrics, int size, boolean createNew, int[] emojiOnly, boolean allowAnimated, AtomicReference<WeakReference<View>> viewRef) {
|
||||
allowAnimated = false;
|
||||
if (NekoConfig.useSystemEmoji.Bool() || cs == null || cs.length() == 0) {
|
||||
return cs;
|
||||
if (NekoConfig.useSystemEmoji.Bool() || cs.length() == 0) {
|
||||
return Spannable.Factory.getInstance().newSpannable(cs.toString());
|
||||
}
|
||||
Spannable s;
|
||||
if (!createNew && cs instanceof Spannable) {
|
||||
|
@ -8018,7 +8018,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;
|
||||
|
Loading…
Reference in New Issue
Block a user