This commit is contained in:
18401019693 2023-07-08 15:52:18 +08:00
parent 124b18dcb0
commit 4918f9ba20

View File

@ -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();
}