mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-12 09:44:13 +00:00
fix crash on ios
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
1bcf884c27
commit
6552669fac
@ -54,7 +54,7 @@
|
||||
|
||||
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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user