Skip to content

Commit 524c371

Browse files
committed
Tweak ordering of calls.
1 parent dcb436d commit 524c371

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
@@ -46,8 +46,8 @@ class JetpackWindowManager: WindowManager {
4646
self.showMigrationUIIfNeeded(blog)
4747
self.sendMigrationEmail()
4848
case .failure(let error):
49-
self.handleMigrationFailure(error)
5049
self.migrationTracker.trackContentImportFailed(reason: error.localizedDescription)
50+
self.handleMigrationFailure(error)
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)