1:修改拍卖不能发送礼物
This commit is contained in:
@@ -817,10 +817,12 @@ public class RoomGiftDialogFragment extends BaseMvpDialogFragment<RewardGiftPres
|
||||
roomGiftGiveEvent = null;
|
||||
// dismiss();
|
||||
}
|
||||
GiftPackEvent giftPackEvent = new GiftPackEvent();
|
||||
giftPackEvent.setBdid(beibaoId);
|
||||
EventBus.getDefault().post(giftPackEvent);
|
||||
MvpPre.getGiftPackListCount();
|
||||
if (mBinding.viewPager.getCurrentItem()==0) {
|
||||
GiftPackEvent giftPackEvent = new GiftPackEvent();
|
||||
giftPackEvent.setBdid(beibaoId);
|
||||
EventBus.getDefault().post(giftPackEvent);
|
||||
MvpPre.getGiftPackListCount();
|
||||
}
|
||||
// dismiss();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user