Skip to content

Commit 105834a

Browse files
author
lucas
committed
delete test code
1 parent e428879 commit 105834a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@ private void runLuaFile(final LuaView luaView, final String luaName, final Objec
198198
if (TextUtils.isEmpty(luaName)) {
199199
return;
200200
}
201-
if(luaName.contains("os_vote")){
202-
runLua(luaView, luaName, valueData);
203-
return;
204-
}
201+
// if(luaName.contains("os_vote")){
202+
// runLua(luaView, luaName, valueData);
203+
// return;
204+
// }
205205
if (sScriptBundle == null) {
206206
VenvyAsyncTaskUtil.doAsyncTask(INIT_SCRIPT,
207207
new VenvyAsyncTaskUtil.IDoAsyncTask<Object, ScriptBundle>() {

0 commit comments

Comments
 (0)