This commit is contained in:
Arkadiusz Fal
2022-05-20 21:53:17 +02:00
parent ae365e814c
commit b3d471c8a0
7 changed files with 14 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
}
func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool { // swiftlint:disable:this discouraged_optional_collection
AppDelegate.instance = self
Self.instance = self
return true
}
}