Skip to content

Commit e946e7b

Browse files
author
JWI
committed
a
1 parent 5a2935f commit e946e7b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Sources/UIKitBackend/UIKitBackend+Window.swift

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@ final class RootViewController: UIViewController {
2121
self.backend = backend
2222
super.init(nibName: nil, bundle: nil)
2323
}
24-
25-
26-
@available(iOS 8.0, *)
27-
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
28-
super.traitCollectionDidChange(previousTraitCollection)
29-
backend.onTraitCollectionChange?()
30-
}
24+
3125
#endif
3226

3327
@available(*, unavailable)

0 commit comments

Comments
 (0)