mod: 搜索结果拉黑用户逻辑

This commit is contained in:
guozhigq
2023-10-08 22:21:40 +08:00
parent 935b7577b3
commit b1a9152a49
2 changed files with 13 additions and 6 deletions

View File

@ -34,9 +34,10 @@ class VideoCardH extends StatelessWidget {
String heroTag = Utils.makeHeroTag(aid);
return GestureDetector(
onLongPress: () {
if (longPress != null) {
longPress!();
}
// if (longPress != null) {
// longPress!();
// }
MemberController().blockUser(videoItem.mid);
},
// onLongPressEnd: (details) {
// if (longPressEnd != null) {