调整修改清晰度提示弹窗改回Toast
This commit is contained in:
parent
6fcb194995
commit
2f413e260e
@ -113,9 +113,9 @@ public class LiveClarityCustomPopup extends BottomPopupView implements View.OnCl
|
||||
ViewClicksAntiShake.clicksAntiShake(lineHd, () -> {
|
||||
if(lineHd.getTag()!=null){
|
||||
if(isUser){//用户端
|
||||
ToastUtil.showStyle(R.string.live_user_ban_hd,2000);
|
||||
ToastUtil.show(R.string.live_user_ban_hd);
|
||||
}else{//主播端
|
||||
ToastUtil.showStyle("",2000);
|
||||
ToastUtil.show("");
|
||||
}
|
||||
return;
|
||||
}
|
||||
@ -148,9 +148,9 @@ public class LiveClarityCustomPopup extends BottomPopupView implements View.OnCl
|
||||
ViewClicksAntiShake.clicksAntiShake(lineFhd, () -> {
|
||||
if(lineFhd.getTag()!=null){
|
||||
if(isUser){//用户端
|
||||
ToastUtil.showStyle(R.string.live_user_ban_fhd,2000);
|
||||
ToastUtil.show(R.string.live_user_ban_fhd);
|
||||
}else{//主播端
|
||||
ToastUtil.showStyle("",2000);
|
||||
ToastUtil.show("");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user