mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-04-14 12:34:05 +00:00
Fix build
This commit is contained in:
parent
1af3cf4bf9
commit
ecdfdd47bf
1 changed files with 0 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue