Skip to content

Commit

Permalink
fix crash on ios
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
  • Loading branch information
flexsurfer committed May 2, 2020
1 parent 25727bc commit ff6cb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/StatusIm/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(

self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
_blankView = [[UIView alloc]initWithFrame:self.window.frame];
_blankView.backgroundColor = [UIColor systemBackgroundColor];
_blankView.backgroundColor = [UIColor whiteColor];
_blankView.alpha = 0;

UIViewController *rootViewController = [UIViewController new];
Expand Down

0 comments on commit ff6cb22

Please sign in to comment.