We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da22dab commit b0f3468Copy full SHA for b0f3468
2 files changed
Recap.xcodeproj/project.pbxproj
@@ -77,6 +77,7 @@
77
Services/Summarization/SummarizationServiceType.swift,
78
Services/Transcription/TranscriptionServiceType.swift,
79
Services/Warnings/WarningManagerType.swift,
80
+ UIComponents/Buttons/PillButton.swift,
81
UIComponents/Cards/ActionableWarningCard.swift,
82
UseCases/Settings/Components/MeetingDetection/MeetingDetectionView.swift,
83
UseCases/Settings/Components/Reusable/CustomToggle.swift,
Recap/UseCases/Home/ViewModel/RecapViewModel.swift
@@ -105,7 +105,7 @@ final class RecapViewModel: ObservableObject {
105
}
106
107
var canStartRecording: Bool {
108
- selectedApp != nil && !recordingCoordinator.isRecording
+ selectedApp != nil
109
110
111
func toggleMicrophone() {
0 commit comments