forked from public/cordova-plugin-splashscreen
CB-9327 - Splashscreen not receiving CDVPageLoadNotification
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
- (void)pluginInitialize
|
||||
{
|
||||
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(pageDidLoad) name:CDVPageDidLoadNotification object:self.webView];
|
||||
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(pageDidLoad) name:CDVPageDidLoadNotification object:nil];
|
||||
|
||||
[self setVisible:YES];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user