Fix some emojis
This commit is contained in:
parent
cfdf57c280
commit
f95ef3f221
@ -184,7 +184,7 @@ public class Emoji {
|
||||
emoji = emoji.substring(0, a + 1) + "\uFE0F" + emoji.substring(a + 1);
|
||||
length++;
|
||||
a++;
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
return emoji;
|
||||
|
@ -169,7 +169,7 @@ public class DrawerProfileCell extends FrameLayout {
|
||||
shadowView.getDrawable().setColorFilter(new PorterDuffColorFilter(color, PorterDuff.Mode.SRC_IN));
|
||||
}
|
||||
nameTextView.setTextColor(Theme.getColor(Theme.key_chats_menuName));
|
||||
phoneTextView.setTextColor(Theme.getColor(Theme.key_chats_menuName));
|
||||
phoneTextView.getTextView().setTextColor(Theme.getColor(Theme.key_chats_menuName));
|
||||
|
||||
if (useAdb()) {
|
||||
phoneTextView.getTextView().setTextColor(Theme.getColor(Theme.key_chats_menuPhone));
|
||||
|
Loading…
Reference in New Issue
Block a user