feat:解锁礼物&装扮礼物,增加气泡展示逻辑

This commit is contained in:
Max
2024-01-29 19:32:55 +08:00
parent 720cf52fd0
commit 950ce098dc

View File

@@ -1017,6 +1017,7 @@ public class MessageView extends FrameLayout {
setPrivilegeNoticeMessage(chatRoomMessage, tvContent);
}
} else if (first == CUSTOM_MSG_GIFT) {
setVIPMessageBackground(chatRoomMessage, tvContent);
if (second == CustomAttachment.CUSTOM_MSG_GIFT_UNLOCK) {
setUnLockGiftMsg(tvContent, (UnLockGiftAttachment) attachment, chatRoomMessage);
} else if (second == CustomAttachment.CUSTOM_MSG_GIFT_DRESS) {