From 64c12fe2f3e8df2b8f92fa8a64e2c25ef5c2b40f Mon Sep 17 00:00:00 2001 From: dyongxu <61523257+dyongxu@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:42:42 -0700 Subject: [PATCH] chore: Update Apps/Examples/Examples/FioriSwiftUICore/ContactItem/ContactItemRegularExamples.swift Co-authored-by: JuliaSchnSAP <124315571+JuliaSchnSAP@users.noreply.github.com> --- .../ContactItem/ContactItemRegularExamples.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/Examples/Examples/FioriSwiftUICore/ContactItem/ContactItemRegularExamples.swift b/Apps/Examples/Examples/FioriSwiftUICore/ContactItem/ContactItemRegularExamples.swift index f9b61dc3..a3aba26b 100644 --- a/Apps/Examples/Examples/FioriSwiftUICore/ContactItem/ContactItemRegularExamples.swift +++ b/Apps/Examples/Examples/FioriSwiftUICore/ContactItem/ContactItemRegularExamples.swift @@ -234,7 +234,7 @@ struct ContactItemRegularExamples: ListDataProtocol { return AnyView(ci) case (1, 10): - let ci = ContactItem(title: "Headline example wraps two lines", subtitle: "Team Lead", descriptionText: "Example showing three lines of text at maximum lipsum ortam at al and thedescription is always still centered here and should.", detailImage: Image("person_square4").resizable(), actionItems: ActivityItems(actionItems: [.init(type: .phone), .init(type: .videoCall), .init(type: .message)], didSelectActivityItem: { dataType in + let ci = ContactItem(title: "Headline example wraps two lines", subtitle: "Team Lead", descriptionText: "Example showing three lines of text at maximum lipsum ortam at al and the description is always still centered here and should.", detailImage: Image("person_square4").resizable(), actionItems: ActivityItems(actionItems: [.init(type: .phone), .init(type: .videoCall), .init(type: .message)], didSelectActivityItem: { dataType in print("\(dataType)") })) .splitPercent(nil)