修复
This commit is contained in:
parent
64f40d52da
commit
674346b6de
@ -171,7 +171,10 @@ public class ReceiveRendPacketPopup extends CenterPopupView {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
LiveRoomViewHolder.follow();
|
if (TextUtils.equals(redPacketInfoModel.getConditions(),"1")){
|
||||||
|
LiveRoomViewHolder.follow();
|
||||||
|
}
|
||||||
|
|
||||||
LiveNetManager.get(getContext())
|
LiveNetManager.get(getContext())
|
||||||
.getRedPacket(mLiveUid, stream, redPacketId, new HttpCallback<RedPacketInfoModel>() {
|
.getRedPacket(mLiveUid, stream, redPacketId, new HttpCallback<RedPacketInfoModel>() {
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user