星级厨房静态飘屏UI修改
This commit is contained in:
@@ -614,7 +614,7 @@ class RoomEffectView @JvmOverloads constructor(
|
|||||||
private fun showKitchenNotify(chatRoomMessage: ChatRoomMessage) {
|
private fun showKitchenNotify(chatRoomMessage: ChatRoomMessage) {
|
||||||
val attachment = chatRoomMessage.attachment as RoomKitchenAttachment
|
val attachment = chatRoomMessage.attachment as RoomKitchenAttachment
|
||||||
val textView =
|
val textView =
|
||||||
LayoutInflater.from(mContext).inflate(R.layout.layout_room_box_notify, null) as TextView
|
LayoutInflater.from(mContext).inflate(R.layout.layout_room_kitchen_notify, null) as TextView
|
||||||
val text = MsgBuilder.buildKitchenMsg(attachment)
|
val text = MsgBuilder.buildKitchenMsg(attachment)
|
||||||
textView.text = text.build()
|
textView.text = text.build()
|
||||||
MsgBuilder.setUpKitchenClick(textView, attachment.skipUrl, attachment.needLevel)
|
MsgBuilder.setUpKitchenClick(textView, attachment.skipUrl, attachment.needLevel)
|
||||||
|
Reference in New Issue
Block a user