修改主播端选择分辨率的方法,接口新增参数

This commit is contained in:
18401019693 2023-01-06 10:03:37 +08:00
parent 0a3409f98a
commit c3ddc62b95

View File

@ -384,7 +384,7 @@ public class LiveNewReadyRyViewHolder extends AbsViewHolder implements View.OnCl
LiveClarityCustomPopup liveClarityCustomPopup = LiveClarityCustomPopup liveClarityCustomPopup =
new LiveClarityCustomPopup(mContext, new LiveClarityCustomPopup(mContext,
IMLoginManager.get(mContext).getSelectClarity(), IMLoginManager.get(mContext).getSelectClarity(),
IMLoginManager.get(mContext).getClarity() ? 0 : LiveClarityCustomPopup.BAN_1080, false); IMLoginManager.get(mContext).getClarity() ? 0 : LiveClarityCustomPopup.BAN_1080, false);
new XPopup.Builder(mContext) new XPopup.Builder(mContext)
.setPopupCallback(new XPopupCallback() { .setPopupCallback(new XPopupCallback() {
@Override @Override