调整观众端选择分辨率

This commit is contained in:
2023-01-08 14:21:52 +08:00
parent 65efa88d4a
commit a1f07b8c20
6 changed files with 33 additions and 11 deletions

View File

@@ -49,6 +49,11 @@ public class LiveClarityCustomPopup extends BottomPopupView implements View.OnCl
selectClarity = 0;
}
this.isUser = isUser;
if (banSelect == BAN_720) {
selectClarity = 0;
} else if (banSelect == BAN_1080 && selectClarity == 3) {
selectClarity = 2;
}
this.selectClarity = selectClarity;
}