6.5.4礼物冠名

This commit is contained in:
18401019693
2023-08-04 15:50:32 +08:00
parent 45c256cbbb
commit 545c69ff8b
5 changed files with 39 additions and 4 deletions

View File

@@ -640,8 +640,9 @@ public class LiveGiftPopup extends AbsDialogFragment {
@Subscribe(threadMode = ThreadMode.MAIN)
public void onGiftNumberEvent(GiftNumberEvent event) {
if (TextUtils.equals(event.getmCount(), "-1")) {
ImgLoader.display(getContext(), R.mipmap.icon_arrow_right_2, iconArrow);
} else {
ImgLoader.display(getContext(), R.mipmap.icon_arrow_right_2, iconArrow);
mCount = event.getmCount();
giftNumber.setText(mCount);
}