Skip to content

Commit 54f41c9

Browse files
author
野松
committed
request udpate: bugfix
1 parent 671536e commit 54f41c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Android/LuaViewSDK/src/com/taobao/luaview/scriptbundle/asynctask/ScriptBundleUltimateLoadTask.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ protected void onPostExecute(ScriptBundle unzippedScripts) {
230230
* @param args
231231
*/
232232
private void callLoaderCallbackOnEvent(LuaScriptLoader.LuaScriptLoadEvent event, Object args){
233-
if(mScriptLoaderCallback instanceof LuaScriptLoader.ScriptExecuteCallback2){
234-
((LuaScriptLoader.ScriptExecuteCallback2) mScriptLoaderCallback).onEvent(event, args);
233+
if(mScriptLoaderCallback instanceof LuaScriptLoader.ScriptLoaderCallback2){
234+
((LuaScriptLoader.ScriptLoaderCallback2) mScriptLoaderCallback).onEvent(event, args);
235235
}
236236
}
237237

0 commit comments

Comments
 (0)