Skip to content

Commit dc1b3f8

Browse files
author
guofang
committed
Merge branch 'dev_jlzhang' into 'dev_2.10.1'
解决在播放页切换appKey,前后貼会重复出现问题 See merge request Mobile/VideoOS-Android-SDK!33
2 parents dde7379 + d75ac7c commit dc1b3f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

VideoOS/venvy_pub/src/main/java/cn/com/videopls/pub/VideoPlusController.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ public void startService(final ServiceType serviceType, final HashMap<String, St
151151
Log.e("Video++", "startService api 调用参数为空");
152152
return;
153153
}
154-
if (mPlatform == null) {
155-
mPlatform = initPlatform(mVideoPlusAdapter);
156-
}
154+
mPlatform = initPlatform(mVideoPlusAdapter);
157155
params.put(VenvySchemeUtil.QUERY_PARAMETER_ADS_TYPE, String.valueOf(serviceType.getId()));
158156
startQueryConnect(serviceType, params, new IStartQueryResult() {
159157
@Override

0 commit comments

Comments
 (0)