Skip to content

Commit 402984b

Browse files
committed
Fix 467 - don’t tell the previous window to become visible
1 parent af2a693 commit 402984b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftMessages/WindowViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ open class WindowViewController: UIViewController
5959

6060
func uninstall() {
6161
if window?.isKeyWindow == true {
62-
previousKeyWindow?.makeKeyAndVisible()
62+
previousKeyWindow?.makeKey()
6363
}
6464
if #available(iOS 13, *) {
6565
window?.windowScene = nil

0 commit comments

Comments
 (0)