This commit is contained in:
Arkadiusz Fal
2022-05-20 21:53:17 +02:00
parent 794ba2f7ec
commit d99462acf8
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
}
}