Gesprächsvorschläge auch für Gespräch-Typ verfügbar

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-22 06:22:47 +02:00
parent 7057ccb607
commit 74bd53407d
+1 -1
View File
@@ -141,7 +141,7 @@ struct AddMomentView: View {
.padding(.horizontal, 20)
// KI-Gesprächsvorschläge (nur bei Treffen)
if selectedType == .meeting {
if selectedType == .meeting || selectedType == .conversation {
conversationSuggestionsSection
.transition(.opacity.combined(with: .move(edge: .top)))
}