aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Sources/WireGuardApp/UI/iOS/AppDelegate.swift5
1 files changed, 0 insertions, 5 deletions
diff --git a/Sources/WireGuardApp/UI/iOS/AppDelegate.swift b/Sources/WireGuardApp/UI/iOS/AppDelegate.swift
index f86a0e7..4262e95 100644
--- a/Sources/WireGuardApp/UI/iOS/AppDelegate.swift
+++ b/Sources/WireGuardApp/UI/iOS/AppDelegate.swift
@@ -21,11 +21,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
}
let window = UIWindow(frame: UIScreen.main.bounds)
- if #available(iOS 13.0, *) {
- window.backgroundColor = .systemBackground
- } else {
- window.backgroundColor = .white
- }
self.window = window
let mainVC = MainViewController()