feat:解锁礼物&装扮礼物,增加气泡展示逻辑
This commit is contained in:
@@ -1017,6 +1017,7 @@ public class MessageView extends FrameLayout {
|
|||||||
setPrivilegeNoticeMessage(chatRoomMessage, tvContent);
|
setPrivilegeNoticeMessage(chatRoomMessage, tvContent);
|
||||||
}
|
}
|
||||||
} else if (first == CUSTOM_MSG_GIFT) {
|
} else if (first == CUSTOM_MSG_GIFT) {
|
||||||
|
setVIPMessageBackground(chatRoomMessage, tvContent);
|
||||||
if (second == CustomAttachment.CUSTOM_MSG_GIFT_UNLOCK) {
|
if (second == CustomAttachment.CUSTOM_MSG_GIFT_UNLOCK) {
|
||||||
setUnLockGiftMsg(tvContent, (UnLockGiftAttachment) attachment, chatRoomMessage);
|
setUnLockGiftMsg(tvContent, (UnLockGiftAttachment) attachment, chatRoomMessage);
|
||||||
} else if (second == CustomAttachment.CUSTOM_MSG_GIFT_DRESS) {
|
} else if (second == CustomAttachment.CUSTOM_MSG_GIFT_DRESS) {
|
||||||
|
Reference in New Issue
Block a user