feat:after reload,invoke onShow

This commit is contained in:
pengfei.zhou 2019-12-09 19:49:17 +08:00
parent 0901633942
commit 3221b642c5

View File

@ -166,6 +166,7 @@ public class DoricContext {
this.mRootNode.setId("");
getDriver().createContext(mContextId, script, source);
callEntity(DoricConstant.DORIC_ENTITY_INIT, this.initParams);
onShow();
}
public void onShow() {