Skip to content

Commit

Permalink
iPad: don't flash blue background while rotating (keybase#23332)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjb authored Mar 31, 2020
1 parent 5ad95a3 commit f487fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/ios/Keybase/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
AppearanceRootView *rootView = [[AppearanceRootView alloc] initWithBridge:bridge
moduleName:@"Keybase"
initialProperties:nil];
rootView.backgroundColor = [[UIColor alloc] initWithRed:71/255.0f green:139/255.f blue:1.0f alpha:1];
rootView.backgroundColor = [UIColor colorWithWhite:0.f alpha:0.f];

self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
UIViewController *rootViewController = [UIViewController new];
Expand Down

0 comments on commit f487fbe

Please sign in to comment.