修改盲盒问题
This commit is contained in:
@@ -910,7 +910,11 @@ public class LiveGiftDialogFragment extends AbsDialogFragment implements View.On
|
||||
}
|
||||
}
|
||||
SendGiftCallback callback = new SendGiftCallback(mLiveGiftBean);
|
||||
if (!StringUtil.isEmpty(mWishGiftId) && mLiveGiftBean.getId() != Integer.parseInt(mWishGiftId)) {
|
||||
try {
|
||||
if (!StringUtil.isEmpty(mWishGiftId) && mLiveGiftBean.getId() != Integer.parseInt(mWishGiftId)) {
|
||||
isContactGift = 0;
|
||||
}
|
||||
} catch (NumberFormatException e) {
|
||||
isContactGift = 0;
|
||||
}
|
||||
if (by != null) {
|
||||
|
||||
Reference in New Issue
Block a user