调整修改清晰度提示弹窗为黑底白字的而不是Toast

This commit is contained in:
2023-01-05 17:48:10 +08:00
parent 7cea6b4f8d
commit 6fcb194995
3 changed files with 51 additions and 7 deletions

View File

@@ -697,7 +697,7 @@ public class LivePlayRyViewHolder extends LiveRoomPlayViewHolder {
break;
}
LiveClarityCustomPopup liveClarityCustomPopup = new LiveClarityCustomPopup(mContext, PLAY_MODEL, ban);
LiveClarityCustomPopup liveClarityCustomPopup = new LiveClarityCustomPopup(mContext, PLAY_MODEL, ban,true);
new XPopup.Builder(mContext)
.setPopupCallback(new XPopupCallback() {
@Override