diff --git a/apps/ios/Sources/Litter/Views/ConversationComposerEntryRowView.swift b/apps/ios/Sources/Litter/Views/ConversationComposerEntryRowView.swift index 528edef54..b82516b48 100644 --- a/apps/ios/Sources/Litter/Views/ConversationComposerEntryRowView.swift +++ b/apps/ios/Sources/Litter/Views/ConversationComposerEntryRowView.swift @@ -175,7 +175,7 @@ struct ConversationComposerEntryRowView: View { private var actionRow: some View { HStack(spacing: 6) { - if !voiceManager.isRecording && !voiceManager.isTranscribing && !isTurnActive { + if !voiceManager.isRecording && !voiceManager.isTranscribing { composerCircleButton(systemName: "plus", label: "Attach") { showAttachMenu = true }