fix:修复装扮公屏展示问题
This commit is contained in:
@@ -2980,7 +2980,7 @@ public class MessageView extends FrameLayout {
|
||||
}
|
||||
}
|
||||
})
|
||||
.append(" 获得 "+dressName+"装扮 ", new ForegroundColorSpan(whiteColor))
|
||||
.append(" 获得 "+dressName, new ForegroundColorSpan(whiteColor))
|
||||
.append(dressImage, giftLength, giftLength);
|
||||
tvContent.setText(text.build());
|
||||
tvContent.setOnClickListener(null);
|
||||
|
@@ -22,7 +22,7 @@ class DressUpGiftAttachment : CustomAttachment {
|
||||
}
|
||||
|
||||
fun getDressUrlNotNull(): String {
|
||||
return dressName ?: ""
|
||||
return dressUrl ?: ""
|
||||
}
|
||||
|
||||
override fun parseData(data: JSONObject?) {
|
||||
|
Reference in New Issue
Block a user