diff --git a/GDPerformanceView-Swift/GDPerformanceMonitoring/PerformanceView.swift b/GDPerformanceView-Swift/GDPerformanceMonitoring/PerformanceView.swift index c686b3a..18736c0 100644 --- a/GDPerformanceView-Swift/GDPerformanceMonitoring/PerformanceView.swift +++ b/GDPerformanceView-Swift/GDPerformanceMonitoring/PerformanceView.swift @@ -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()