From 0ecb22a994d60535f78fa77d42e763fa86a605ff Mon Sep 17 00:00:00 2001 From: Beingpax Date: Fri, 1 Aug 2025 17:38:02 +0545 Subject: [PATCH] fix unnecessary notification dismissal --- VoiceInk/Whisper/WhisperState+UI.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/VoiceInk/Whisper/WhisperState+UI.swift b/VoiceInk/Whisper/WhisperState+UI.swift index 0bc632a..347b5bf 100644 --- a/VoiceInk/Whisper/WhisperState+UI.swift +++ b/VoiceInk/Whisper/WhisperState+UI.swift @@ -61,7 +61,6 @@ extension WhisperState { await MainActor.run { self.recordingState = .busy - NotificationManager.shared.dismissNotification() } if wasRecording {