We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87be413 commit 8a9ce6bCopy full SHA for 8a9ce6b
WooCommerce/Classes/Authentication/Store Creation/StoreCreationCoordinator.swift
@@ -124,6 +124,8 @@ private extension StoreCreationCoordinator {
124
@MainActor
125
func startStoreCreationM2(from navigationController: UINavigationController, planToPurchase: WPComPlanProduct) {
126
navigationController.navigationBar.prefersLargeTitles = true
127
+ // Disables interactive dismissal of the store creation modal.
128
+ navigationController.isModalInPresentation = true
129
130
let isProfilerEnabled = featureFlagService.isFeatureFlagEnabled(.storeCreationM3Profiler)
131
let storeNameForm = StoreNameFormHostingController { [weak self] storeName in
0 commit comments