Compare commits

...

1 Commits

Author SHA1 Message Date
Duraid Abdul 3ffdde8904 Fix Xcode 13 build failure 2022-09-20 10:39:18 -06:00
+1 -1
View File
@@ -162,7 +162,7 @@ public class LCManager: NSObject, UIGestureRecognizerDelegate {
/// Gesture endpoints. Each point represents a corner of the screen. TODO: Handle screen rotation.
var possibleEndpoints: [CGPoint] {
guard let consoleWindow else { return [] }
guard let consoleWindow = consoleWindow else { return [] }
let screenSize = viewController.view.frame.size