after reload,invoke onShow
This commit is contained in:
parent
ce0e1d0ed0
commit
7237b9fd07
@ -86,6 +86,7 @@ - (void)reload:(NSString *)script {
|
||||
self.script = script;
|
||||
[self.driver createContext:self.contextId script:script source:self.source];
|
||||
[self callEntity:DORIC_ENTITY_INIT, self.initialParams, nil];
|
||||
[self onShow];
|
||||
}
|
||||
|
||||
- (void)onShow {
|
||||
|
Reference in New Issue
Block a user