We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2a693 commit 402984bCopy full SHA for 402984b
SwiftMessages/WindowViewController.swift
@@ -59,7 +59,7 @@ open class WindowViewController: UIViewController
59
60
func uninstall() {
61
if window?.isKeyWindow == true {
62
- previousKeyWindow?.makeKeyAndVisible()
+ previousKeyWindow?.makeKey()
63
}
64
if #available(iOS 13, *) {
65
window?.windowScene = nil
0 commit comments