6.5.4礼物冠名
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user