Merge branch 'master' into dev_6.5.4_tmp

This commit is contained in:
2023-08-04 16:13:14 +08:00
6 changed files with 43 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);
}