退出直播间时移除加载错误的提示

This commit is contained in:
zlzw 2023-06-29 15:09:46 +08:00
parent fb7551f7d0
commit 44b4b06592

View File

@ -846,6 +846,9 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
mContext.finish(); mContext.finish();
} }
isQuitF = false; isQuitF = false;
if (liveHandler != null) {
liveHandler.removeCallbacks(loadTimeoutRunnableGone);
}
} }
@Override @Override