Skip to content

Commit 46e41ee

Browse files
Add: use redirect action in the fullscreen overlay
1 parent 8040757 commit 46e41ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Jetpack/Branding/Overlay/JetpackFullscreenOverlayViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class JetpackFullscreenOverlayViewController: UIViewController {
185185

186186

187187
@IBAction func switchButtonPressed(_ sender: Any) {
188-
// TODO: Add here action to redirect to the JP app
188+
JetpackRedirector.redirectToJetpack()
189189
}
190190

191191
@IBAction func continueButtonPressed(_ sender: Any) {

0 commit comments

Comments
 (0)