File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Recap/UseCases/Home/ViewModel Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7777 Services/Summarization/SummarizationServiceType.swift,
7878 Services/Transcription/TranscriptionServiceType.swift,
7979 Services/Warnings/WarningManagerType.swift,
80+ UIComponents/Buttons/PillButton.swift,
8081 UIComponents/Cards/ActionableWarningCard.swift,
8182 UseCases/Settings/Components/MeetingDetection/MeetingDetectionView.swift,
8283 UseCases/Settings/Components/Reusable/CustomToggle.swift,
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ final class RecapViewModel: ObservableObject {
105105 }
106106
107107 var canStartRecording : Bool {
108- selectedApp != nil && !recordingCoordinator . isRecording
108+ selectedApp != nil
109109 }
110110
111111 func toggleMicrophone( ) {
You can’t perform that action at this time.
0 commit comments