Skip to content

Commit 26b430b

Browse files
committed
Disable shouldShowMigrationUI
1 parent 86e9953 commit 26b430b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Jetpack/Classes/System/JetpackWindowManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ class JetpackWindowManager: WindowManager {
4343

4444
// TODO: Add logic in here to trigger migration UI if needed
4545
private var shouldShowMigrationUI: Bool {
46-
true
46+
false
4747
}
4848
}

0 commit comments

Comments
 (0)