We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ddfe4 commit 44e4634Copy full SHA for 44e4634
1 file changed
Tool/Sources/XcodeInspector/XcodeInspector.swift
@@ -215,7 +215,6 @@ public final class XcodeInspector: ObservableObject {
215
.notifications(named: .accessibilityAPIMalfunctioning)
216
for await notification in sequence {
217
guard let self else { return }
218
- let toast = self.toast
219
await self
220
.recoverFromAccessibilityMalfunctioning(notification.object as? String)
221
}
@@ -297,8 +296,10 @@ public final class XcodeInspector: ObservableObject {
297
296
298
299
activeXcodeObservations.insert(malfunctionCheck)
+
300
+ checkForAccessibilityMalfunction("Reactivate Xcode")
301
-
302
303
xcode.$completionPanel.receive(on: DispatchQueue.main).sink { [weak self] element in
304
self?.completionPanel = element
305
}.store(in: &activeXcodeCancellable)
0 commit comments