This commit is contained in:
Arkadiusz Fal
2022-05-20 21:53:17 +02:00
parent ea4dc2358b
commit dec670b7b7
7 changed files with 15 additions and 15 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
}
}