Skip to content

Commit ff6cb22

Browse files
committed
fix crash on ios
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
1 parent 25727bc commit ff6cb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/StatusIm/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
5454

5555
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
5656
_blankView = [[UIView alloc]initWithFrame:self.window.frame];
57-
_blankView.backgroundColor = [UIColor systemBackgroundColor];
57+
_blankView.backgroundColor = [UIColor whiteColor];
5858
_blankView.alpha = 0;
5959

6060
UIViewController *rootViewController = [UIViewController new];

0 commit comments

Comments
 (0)