diff options
| author | Jon Petersson <jon.petersson@mullvad.net> | 2025-12-22 14:35:07 +0100 |
|---|---|---|
| committer | Jon Petersson <jon.petersson@mullvad.net> | 2025-12-22 14:35:07 +0100 |
| commit | 197bd78bf128a2a07909706e303799f2e463e7e6 (patch) | |
| tree | b8485282038434af896b6c15bfba174cd4b3aabc | |
| parent | 55ef201538c1603558bbc68e4d695d788d43c649 (diff) | |
| download | mullvadvpn-testNoAnimations.tar.xz mullvadvpn-testNoAnimations.zip | |
Remove animations in testtestNoAnimations
| -rw-r--r-- | ios/MullvadVPN/AppDelegate.swift | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ios/MullvadVPN/AppDelegate.swift b/ios/MullvadVPN/AppDelegate.swift index 177306d12e..50185edd00 100644 --- a/ios/MullvadVPN/AppDelegate.swift +++ b/ios/MullvadVPN/AppDelegate.swift @@ -64,9 +64,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD launchArguments = overriddenLaunchArguments } - if launchArguments.areAnimationsDisabled { - UIView.setAnimationsEnabled(false) - } + UIView.setAnimationsEnabled(false) +// if launchArguments.areAnimationsDisabled { +// } let containerURL = ApplicationConfiguration.containerURL migrationManager = MigrationManager(cacheDirectory: containerURL) |
