Skip to content

Commit f02f26d

Browse files
committed
remove code
1 parent 6ef890c commit f02f26d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

VideoOS/venvy_pub/src/main/java/cn/com/videopls/pub/view/VideoOSLuaView.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,6 @@ private void runLuaFile(final LuaView luaView, final String luaName, final Objec
212212
if (TextUtils.isEmpty(luaName)) {
213213
return;
214214
}
215-
// if (luaName.contains("os_video_figureStarList_hotspot.lua")) {
216-
// runLua(luaView, luaName, valueData);
217-
// return;
218-
// }
219215
if (sScriptBundle == null) {
220216
sScriptBundle = initScriptBundle(VenvyFileUtil.getCachePath(VideoOSLuaView.this.getContext()) + PreloadLuaUpdate.LUA_CACHE_PATH);
221217
if (sScriptBundle != null) {

0 commit comments

Comments
 (0)