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

This commit is contained in:
Dan Field
2018-11-21 15:06:08 -08:00
committed by GitHub
parent 30ca2a3401
commit de29fc152a

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];
}