优化首页右下角悬浮层隐藏显示问题

This commit is contained in:
2024-05-24 14:49:14 +08:00
parent 24170d55e2
commit c033340aad
3 changed files with 55 additions and 21 deletions

View File

@@ -323,7 +323,7 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
public void run() {
loading.setVisibility(View.GONE);
enterRoomLeaveHandler.post(enterRoomLeaveRunnable);
ToastUtil.show(mContext.getString(R.string.net_error) + " :500");//异常下播,等待加载时间过了后弹出
//ToastUtil.show(mContext.getString(R.string.net_error) + " :500");//异常下播,等待加载时间过了后弹出
}
};