Skip to content

Commit b0f3468

Browse files
Fixed issues with recording
1 parent da22dab commit b0f3468

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Recap.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
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,

Recap/UseCases/Home/ViewModel/RecapViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)