()
| 2501 | } |
| 2502 | |
| 2503 | private func advanceOverlayLifecycle() { |
| 2504 | self.overlayLifecycleID &+= 1 |
| 2505 | NotchContentState.shared.clearAIProcessingFailure() |
| 2506 | } |
| 2507 | |
| 2508 | private func hideOverlayAsync(reason: String) { |
| 2509 | let expectedOverlayLifecycleID = self.overlayLifecycleID |
no test coverage detected