Skip to content

Commit d086dc6

Browse files
authored
Fix irresponsive button when connecting to an existing site (#13766)
2 parents b866edc + 6d4e9b8 commit d086dc6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [*] Home Screen Widget: Tapping on the Orders section of the home screen widget opens the Orders part of the app.
1010
- [*] Payments: Punctuation updates to error and decline reason messages [https://github.com/woocommerce/woocommerce-ios/pull/13739]
1111
- [*] Blaze: Display budget field on the dashboard card. [https://github.com/woocommerce/woocommerce-ios/pull/13761]
12+
- [*] Store picker: fixed the irresponsive Continue button in the site discovery flow. [https://github.com/woocommerce/woocommerce-ios/pull/13766]
1213
- [*] Products: Fixed a bug where editing the product price did not work as expected, depending on the store's currency settings. [https://github.com/woocommerce/woocommerce-ios/pull/13768]
1314
- [*] Products: Products can now be created and edited with negative prices. [https://github.com/woocommerce/woocommerce-ios/pull/13776]
1415
- [**] Blaze: Support evergreen campaign creation. [https://github.com/woocommerce/woocommerce-ios/pull/13684]

WooCommerce/Classes/Authentication/Epilogue/StorePickerViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ private extension StorePickerViewController {
355355
}
356356

357357
func presentSiteDiscovery() {
358+
ServiceLocator.authenticationManager.initialize()
358359
guard let viewController = WordPressAuthenticator.siteDiscoveryUI() else {
359360
return
360361
}

0 commit comments

Comments
 (0)