fix bug
This commit is contained in:
1
.idea/gradle.xml
generated
1
.idea/gradle.xml
generated
@@ -26,6 +26,7 @@
|
||||
</set>
|
||||
</option>
|
||||
<option name="resolveModulePerSourceSet" value="false" />
|
||||
<option name="useQualifiedModuleNames" value="true" />
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
</component>
|
||||
|
||||
@@ -55,11 +55,6 @@ public class TrafficLiveManager implements ILiveProgressListener {
|
||||
throw new Exception("liveSn can not be null");
|
||||
}
|
||||
|
||||
if (MoGoLiveManager.getInstance().isPlaying()) {
|
||||
trafficLiveCallBack.onError("正在直播中,请勿重复请求");
|
||||
return;
|
||||
}
|
||||
|
||||
this.callBack = trafficLiveCallBack;
|
||||
this.surfaceView = surfaceView;
|
||||
requestLiveManager.requestVehicleHeadLive(LIVE_TYPE_OPEN, liveSn, new IRequestLiveListener() {
|
||||
|
||||
Reference in New Issue
Block a user