Fix build

This commit is contained in:
Thomas Ricouard 2024-09-06 10:43:14 +02:00
parent 1af3cf4bf9
commit ecdfdd47bf

View file

@ -47,12 +47,6 @@ import UIKit
_ = Self.observer // just for activating the lazy static property
}
deinit {
Task { @MainActor in
Self.observedSceneDelegate.remove(self)
}
}
private static var observedSceneDelegate: Set<SceneDelegate> = []
private static let observer = Task { @MainActor in
while true {