summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/AppDelegate.swift6
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)