修复红包出现在联系方式选项里
This commit is contained in:
parent
36b85c15f5
commit
3807ff8916
@ -238,6 +238,12 @@ public class GiftPopDialog extends AbsDialogPopupWindow implements ActionListene
|
||||
}
|
||||
|
||||
private void showGiftList(List<LiveGiftBean> list) {
|
||||
for (LiveGiftBean giftBean : list) {
|
||||
if (giftBean.getType() == 9999999) {
|
||||
list.remove(giftBean);
|
||||
break;
|
||||
}
|
||||
}
|
||||
mLiveGiftPagerAdapter = new LiveGiftPagerAdapter(mContext, list, "");
|
||||
mLiveGiftPagerAdapter.setActionListener(this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user