Merge remote-tracking branch 'origin/dev_6.6.4_战令' into dev_6.6.4_战令

This commit is contained in:
2023-12-20 16:27:44 +08:00
3 changed files with 18 additions and 6 deletions

View File

@@ -236,7 +236,7 @@ public class MainHomeCommunityViewHolder extends AbsMainHomeChildViewHolder impl
new XPopup.Builder(mContext)
.enableDrag(false)
.maxWidth(DeviceUtils.getScreenHeight((Activity) mContext) - DpUtil.dp2px(34))
.asCustom(new LiberalBattlePassPopupWindow(mContext,"62,888",false))
.asCustom(new OrderLevelPopupWindow(mContext,10,100,"9","900.00"))
.show();
}
});