Skip to content

Commit

Permalink
fix: change share sheet view modifier to be internal (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime authored Aug 5, 2024
1 parent 028a2cc commit f11d6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OnLaunch/UI/ActivityView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct ActivityView: UIViewControllerRepresentable {
}
}

public extension View {
extension View {
func shareSheet(
items: Binding<[Any]>,
applicationActivities: [UIActivity]? = nil,
Expand Down

0 comments on commit f11d6ef

Please sign in to comment.