Skip to content

Commit d75ac7c

Browse files
author
videopls
committed
解决在播放页切换appKey,前后貼会重复出现问题
1 parent dde7379 commit d75ac7c

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)