修复
This commit is contained in:
parent
124b18dcb0
commit
4918f9ba20
@ -161,11 +161,11 @@ public class ReceiveRendPacketPopup extends CenterPopupView {
|
||||
.asCustom(new ResultRendPacketPopup(getContext(),
|
||||
false,
|
||||
data.setSuperJackpotId(redPacketInfoModel.getSuperJackpotId()),
|
||||
isSuperJackpot))
|
||||
true))
|
||||
.show();
|
||||
} else {
|
||||
new XPopup.Builder(getContext())
|
||||
.asCustom(new ResultRendPacketPopup(getContext(), true, data.setRedPacketId(redPacketInfoModel.getSuperJackpotId()), false))
|
||||
.asCustom(new ResultRendPacketPopup(getContext(), true, data.setRedPacketId(redPacketInfoModel.getSuperJackpotId()), true))
|
||||
.show();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user