()
| 1655 | } |
| 1656 | |
| 1657 | private func captureRecordingContext() { |
| 1658 | self.captureRecordingTargetContext() |
| 1659 | self.captureRecordingFormattingContextIfNeeded() |
| 1660 | } |
| 1661 | |
| 1662 | private func resolveTypingTargetPID() -> (pid: pid_t?, shouldRestoreOriginalFocus: Bool) { |
| 1663 | let originalPID = NotchContentState.shared.recordingTargetPID |
no test coverage detected