Skip to content

Commit 790a15b

Browse files
author
Giorgio Ruscigno
committed
Update JetpackAuthenticationManager, restore default status bar style for new landing screen
1 parent cfc18bc commit 790a15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Jetpack/Classes/JetpackAuthenticationManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import WordPressAuthenticator
22

33
struct JetpackAuthenticationManager: AuthenticationHandler {
4-
var statusBarStyle: UIStatusBarStyle = .lightContent
4+
var statusBarStyle: UIStatusBarStyle = FeatureFlag.newLandingScreen.enabled ? .default : .lightContent
55
var prologueViewController: UIViewController? = JetpackPrologueViewController()
66
var buttonViewTopShadowImage: UIImage? = UIImage()
77
var prologueButtonsBackgroundColor: UIColor? = JetpackPrologueStyleGuide.backgroundColor

0 commit comments

Comments
 (0)