feat:after reload,invoke onShow
This commit is contained in:
parent
0901633942
commit
3221b642c5
@ -166,6 +166,7 @@ public class DoricContext {
|
|||||||
this.mRootNode.setId("");
|
this.mRootNode.setId("");
|
||||||
getDriver().createContext(mContextId, script, source);
|
getDriver().createContext(mContextId, script, source);
|
||||||
callEntity(DoricConstant.DORIC_ENTITY_INIT, this.initParams);
|
callEntity(DoricConstant.DORIC_ENTITY_INIT, this.initParams);
|
||||||
|
onShow();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onShow() {
|
public void onShow() {
|
||||||
|
Reference in New Issue
Block a user