Skip to content

Commit 8a9ce6b

Browse files
committed
Disable interactive dismissal of the store creation flow.
1 parent 87be413 commit 8a9ce6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WooCommerce/Classes/Authentication/Store Creation/StoreCreationCoordinator.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ private extension StoreCreationCoordinator {
124124
@MainActor
125125
func startStoreCreationM2(from navigationController: UINavigationController, planToPurchase: WPComPlanProduct) {
126126
navigationController.navigationBar.prefersLargeTitles = true
127+
// Disables interactive dismissal of the store creation modal.
128+
navigationController.isModalInPresentation = true
127129

128130
let isProfilerEnabled = featureFlagService.isFeatureFlagEnabled(.storeCreationM3Profiler)
129131
let storeNameForm = StoreNameFormHostingController { [weak self] storeName in

0 commit comments

Comments
 (0)