fix(community): 유료 미구매 게시물 롱프레스 메뉴 노출을 차단한다

This commit is contained in:
Yu Sung
2026-03-17 11:29:05 +09:00
parent 2b20e7a9a3
commit 37e361b1e9
2 changed files with 16 additions and 0 deletions

View File

@@ -181,6 +181,7 @@ struct CreatorCommunityAllView: View {
}
}
.onLongPressGesture(minimumDuration: 0.5) {
guard item.price <= 0 || item.existOrdered else { return }
viewModel.openReportMenu(item: item)
}
.onAppear {