Skip to content

Commit c443ed4

Browse files
authored
Disable Wormholy shake gesture trigger (#15991)
2 parents 7d717e9 + 1da3f2d commit c443ed4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

WooCommerce/Classes/AppDelegate.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ import class Yosemite.ScreenshotStoresManager
1919
// In that way, Inject will be available in the entire target.
2020
@_exported import Inject
2121

22-
#if DEBUG
2322
import WormholySwift
24-
#endif
2523

2624
// MARK: - Woo's App Delegate!
2725
//
@@ -415,10 +413,8 @@ private extension AppDelegate {
415413
/// Set up Wormholy only in Debug build configuration
416414
///
417415
func setupWormholy() {
418-
#if DEBUG
419416
// We want to activate it programmatically, not using the shake.
420417
Wormholy.shakeEnabled = false
421-
#endif
422418
}
423419

424420
/// Set up `KeyboardStateProvider`

0 commit comments

Comments
 (0)