Skip to content

Commit

Permalink
Merge pull request #1136 from woxtu/share-session
Browse files Browse the repository at this point in the history
[iOS] Share sessions that depend on the language setting
  • Loading branch information
ry-itto authored Sep 9, 2023
2 parents c63451d + da5d20e commit 92bd03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-ios/Modules/Sources/Session/SessionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public struct SessionView: View {
)
.toolbar {
ToolbarItem(placement: .bottomBar) {
if let url = URL(string: "https://2023.droidkaigi.jp/timetable/\(viewModel.timetableItem.id.value)/") {
if let url = URL(string: viewModel.timetableItem.url) {
ShareLink(item: url,
label: { Assets.Icons.share.swiftUIImage })
}
Expand Down

0 comments on commit 92bd03a

Please sign in to comment.