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