Skip to content

Commit

Permalink
Remove support of windowScene
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMojo committed Oct 19, 2023
1 parent 171a656 commit ac623c4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ internal class PerformanceView: UIWindow, PerformanceViewConfigurator {

required internal init() {
super.init(frame: PerformanceView.windowFrame(withPrefferedHeight: Constants.prefferedHeight))
if #available(iOS 13, *) {
self.windowScene = PerformanceView.keyWindowScene()
}

self.configureWindow()
self.configureMonitoringTextLabel()
Expand Down

0 comments on commit ac623c4

Please sign in to comment.