Fix some emojis

This commit is contained in:
NekoInverter 2021-01-04 11:52:51 +08:00 committed by 世界
parent cfdf57c280
commit f95ef3f221
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ public class Emoji {
emoji = emoji.substring(0, a + 1) + "\uFE0F" + emoji.substring(a + 1);
length++;
a++;
//}
}
}
}
return emoji;

View File

@ -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));