Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit

Permalink
load default splash screen when not init with engine
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield committed Nov 21, 2018
1 parent 1e37b99 commit bc88e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ - (instancetype)initWithProject:(FlutterDartProject*)projectOrNil
_flutterView.reset([[FlutterView alloc] initWithDelegate:_engine opaque:self.isViewOpaque]);
[_engine.get() createShell:nil libraryURI:nil];
_engineNeedsLaunch = YES;

// [self loadDefaultSplashScreenView];
[self performCommonViewControllerInitialization];
}

Expand Down

0 comments on commit bc88e96

Please sign in to comment.