Revert flicker fix - remove isReconfiguring logic from startRecording

This commit is contained in:
Beingpax 2025-08-02 22:39:32 +05:45
parent 88899bb130
commit ed298f604b

View File

@ -56,8 +56,6 @@ class Recorder: ObservableObject {
}
func startRecording(toOutputFile url: URL) async throws {
isReconfiguring = true
defer { isReconfiguring = false }
deviceManager.isRecordingActive = true
let currentDeviceID = deviceManager.getCurrentDevice()