Skip to content

Commit 74b0917

Browse files
author
videopls
committed
解决视联网气泡模式不显示问题
1 parent 40a7af5 commit 74b0917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public void updateComplete(boolean isUpdateByNetWork) {
172172
// load desktop lua
173173
loadDesktopProgram(desktopTemplate, desktopMiniAppInfoObj.toString());
174174

175-
if (isTagMode && dataJsonArray != null && dataJsonArray.length() > 0) {
175+
if ( dataJsonArray != null && dataJsonArray.length() > 0) {
176176
mDownZipUpdate.startDownloadZipFile(dataJsonArray);
177177
}
178178
}

0 commit comments

Comments
 (0)