Skip to content
Snippets Groups Projects

Draft: Cleaning status bar feature + Refactoring HUD

23 files
+ 94
72
Compare changes
  • Side-by-side
  • Inline

Files

@@ -11,8 +11,9 @@ import CrashReporting
import PushNotifications
import DependencyInjection
import OnboardingFeature
import DropboxFeature
import StatusBarFeature
import OnboardingFeature
let logger = Logger(subsystem: "logs_xxmessenger", category: "AppDelegate.swift")
@@ -60,7 +61,7 @@ public class AppDelegate: UIResponder, UIApplicationDelegate {
)
)
window = Window()
window = UIWindow()
window?.rootViewController = rootScreen
window?.backgroundColor = UIColor.white
window?.makeKeyAndVisible()
Loading