修改游戏的new图标展示,网页中英文检测

This commit is contained in:
18401019693
2023-10-07 15:20:13 +08:00
parent c3d4cb8d62
commit a788c347de
4 changed files with 2 additions and 5 deletions

View File

@@ -723,7 +723,7 @@ public class LivePushRyViewHolder extends AbsRyLivePushViewHolder implements ITX
public void onLocalVideoEventNotify(RCRTCVideoEventCode event) {
super.onLocalVideoEventNotify(event);
Log.i("摄像头", "onLocalVideoEventNotify: 本地视频事件" + event.code);
if (event == RCRTCVideoEventCode.END_CAMERA_ERROR_UNKNOWN) {
if (event.code == 3) {
isNeedOpenCamera = true;
}
}