load default splash screen when not init with engine (#6925)

This commit is contained in:
Dan Field 2018-11-21 15:06:08 -08:00 committed by GitHub
parent 1e37b99ac0
commit df2e9393a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@
_flutterView.reset([[FlutterView alloc] initWithDelegate:_engine opaque:self.isViewOpaque]);
[_engine.get() createShell:nil libraryURI:nil];
_engineNeedsLaunch = YES;
[self loadDefaultSplashScreenView];
[self performCommonViewControllerInitialization];
}