修改游戏的new图标展示,网页中英文检测
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user