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 cfc18bc commit 790a15bCopy full SHA for 790a15b
WordPress/Jetpack/Classes/JetpackAuthenticationManager.swift
@@ -1,7 +1,7 @@
1
import WordPressAuthenticator
2
3
struct JetpackAuthenticationManager: AuthenticationHandler {
4
- var statusBarStyle: UIStatusBarStyle = .lightContent
+ var statusBarStyle: UIStatusBarStyle = FeatureFlag.newLandingScreen.enabled ? .default : .lightContent
5
var prologueViewController: UIViewController? = JetpackPrologueViewController()
6
var buttonViewTopShadowImage: UIImage? = UIImage()
7
var prologueButtonsBackgroundColor: UIColor? = JetpackPrologueStyleGuide.backgroundColor
0 commit comments