fix(swift): align async helper callsites across iOS and macOS

This commit is contained in:
Peter Steinberger
2026-03-03 03:07:37 +00:00
parent 5cba9a6bab
commit 04a8f97c57
11 changed files with 35 additions and 32 deletions

View File

@@ -23,10 +23,11 @@ extension VoiceWakeOverlayController {
"overlay present windowShown textLen=\(self.model.text.count, privacy: .public)")
// Keep the status item in listening mode until we explicitly dismiss the overlay.
AppStateStore.shared.triggerVoiceEars(ttl: nil)
}) { window in
},
onAlreadyVisible: { window in
self.updateWindowFrame(animate: true)
window.orderFrontRegardless()
}
})
}
private func ensureWindow() {