We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1565a1 commit 3734ce4Copy full SHA for 3734ce4
1 file changed
Sources/DebugMenu/View/InAppDebuggerWindow.swift
@@ -54,7 +54,7 @@ public class InAppDebuggerWindow: UIWindow {
54
}
55
56
internal required init?(coder: NSCoder) { fatalError() }
57
-
+
58
public override func makeKey() {
59
// workaround: Make a new UIWindow without become key.
60
// https://stackoverflow.com/a/64758605/1131587
0 commit comments