From 74bd53407d2a6b6c6d91a5a0ce4d97f998550ab5 Mon Sep 17 00:00:00 2001 From: Sven Date: Wed, 22 Apr 2026 06:22:47 +0200 Subject: [PATCH] =?UTF-8?q?Gespr=C3=A4chsvorschl=C3=A4ge=20auch=20f=C3=BCr?= =?UTF-8?q?=20Gespr=C3=A4ch-Typ=20verf=C3=BCgbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- nahbar/nahbar/AddMomentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nahbar/nahbar/AddMomentView.swift b/nahbar/nahbar/AddMomentView.swift index 95db431..f802e73 100644 --- a/nahbar/nahbar/AddMomentView.swift +++ b/nahbar/nahbar/AddMomentView.swift @@ -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))) }