Skip to content

Commit cdccc44

Browse files
committed
fix feedview click
1 parent 6cae1f2 commit cdccc44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • appleApp/Shared/FlareAppleCore/Sources/FlareAppleUI/TimelineItem

appleApp/Shared/FlareAppleCore/Sources/FlareAppleUI/TimelineItem/FeedView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ struct FeedView: View {
7171
}
7272
}
7373
.frame(maxWidth: .infinity, alignment: .leading)
74+
.contentShape(Rectangle())
7475
.onTapGesture {
7576
data.onClicked(ClickContext(launcher: AppleUriLauncher(openUrl: openURL)))
7677
}

0 commit comments

Comments
 (0)