fix:修复福袋飘窗礼物数量展示问题
This commit is contained in:
@@ -629,7 +629,7 @@ class RoomEffectView @JvmOverloads constructor(
|
||||
)
|
||||
if (noticeInfo.giftNum > 1) {
|
||||
text.append(
|
||||
"" + noticeInfo.giftNum,
|
||||
"X" + noticeInfo.giftNum,
|
||||
ForegroundColorSpan(ContextCompat.getColor(context, R.color.white))
|
||||
)
|
||||
}
|
||||
|
@@ -320,7 +320,7 @@ public class AllPlayEffectDialog extends BaseDialog {
|
||||
);
|
||||
if (noticeInfo.getGiftNum() > 1) {
|
||||
text.append(
|
||||
"" + noticeInfo.getGiftNum(),
|
||||
"X" + noticeInfo.getGiftNum(),
|
||||
new ForegroundColorSpan(ContextCompat.getColor(getContext(), R.color.white))
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user