mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-25 08:31:38 +01:00
reaction notification use status.emojis
This commit is contained in:
parent
a83e7163a6
commit
fb0de9373d
@ -915,7 +915,8 @@ internal class ItemViewHolder(
|
||||
n.time_created_at,
|
||||
R.drawable.ic_face,
|
||||
R.string.display_name_reaction_by,
|
||||
misskeyReaction = n.reaction ?: "?"
|
||||
misskeyReaction = n.reaction ?: "?",
|
||||
boost_status = n_status
|
||||
)
|
||||
if (n_status != null) {
|
||||
showNotificationStatus(n_status, colorBg)
|
||||
|
@ -354,7 +354,6 @@ object EmojiDecoder {
|
||||
}
|
||||
|
||||
override fun onShortCode(prevCodePoint : Int, part : String, name : String) {
|
||||
|
||||
// フレニコのプロフ絵文字
|
||||
if(emojiMapProfile != null && name.length >= 2 && name[0] == '@') {
|
||||
val emojiProfile = emojiMapProfile[name] ?: emojiMapProfile[name.substring(1)]
|
||||
|
Loading…
Reference in New Issue
Block a user