Skip to content

Commit

Permalink
chore: Update Apps/Examples/Examples/FioriSwiftUICore/ContactItem/Con…
Browse files Browse the repository at this point in the history
…tactItemRegularExamples.swift

Co-authored-by: JuliaSchnSAP <124315571+JuliaSchnSAP@users.noreply.github.com>
  • Loading branch information
dyongxu and JuliaSchnSAP authored Oct 4, 2024
1 parent 55639ba commit 64c12fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 64c12fe

Please sign in to comment.