暂时取消观众端监测卡顿自动切换分辨率问题

This commit is contained in:
zlzw 2023-01-06 15:53:09 +08:00
parent a37a92e211
commit a0949f0903

View File

@ -1072,7 +1072,7 @@ public class LivePlayRyViewHolder extends LiveRoomPlayViewHolder {
public void onPlaybackStateChanged(int playbackState) {
Player.Listener.super.onPlaybackStateChanged(playbackState);
if (playbackState == Player.STATE_BUFFERING) {
showLoadingDialog();
//showLoadingDialog();
OkDownload.getInstance().pauseAll();
}
}