Revert flicker fix - remove isReconfiguring logic from startRecording
This commit is contained in:
parent
88899bb130
commit
ed298f604b
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user