We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25727bc commit ff6cb22Copy full SHA for ff6cb22
ios/StatusIm/AppDelegate.m
@@ -54,7 +54,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
54
55
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
56
_blankView = [[UIView alloc]initWithFrame:self.window.frame];
57
- _blankView.backgroundColor = [UIColor systemBackgroundColor];
+ _blankView.backgroundColor = [UIColor whiteColor];
58
_blankView.alpha = 0;
59
60
UIViewController *rootViewController = [UIViewController new];
0 commit comments