fix: 查看评论详情点击区域

This commit is contained in:
guozhigq
2024-05-01 20:22:52 +08:00
parent c6f35e98ed
commit 91ad0fa03d

View File

@ -44,7 +44,7 @@ class ReplyItem extends StatelessWidget {
onTap: () {
feedBack();
if (replyReply != null) {
replyReply!(replyItem, null);
replyReply!(replyItem);
}
},
onLongPress: () {
@ -358,7 +358,7 @@ class ReplyItemRow extends StatelessWidget {
InkWell(
// 一楼点击评论展开评论详情
// onTap: () {
// replyReply?.call(replyItem, replies![i]);
// replyReply?.call(replyItem);
// },
onLongPress: () {
feedBack();