退出直播间时移除加载错误的提示
This commit is contained in:
parent
fb7551f7d0
commit
44b4b06592
@ -846,6 +846,9 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
|
||||
mContext.finish();
|
||||
}
|
||||
isQuitF = false;
|
||||
if (liveHandler != null) {
|
||||
liveHandler.removeCallbacks(loadTimeoutRunnableGone);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user