fix(community): 유료 미구매 게시물 롱프레스 메뉴 노출을 차단한다
This commit is contained in:
@@ -181,6 +181,7 @@ struct CreatorCommunityAllView: View {
|
||||
}
|
||||
}
|
||||
.onLongPressGesture(minimumDuration: 0.5) {
|
||||
guard item.price <= 0 || item.existOrdered else { return }
|
||||
viewModel.openReportMenu(item: item)
|
||||
}
|
||||
.onAppear {
|
||||
|
||||
Reference in New Issue
Block a user