Closes #979

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-11 16:18:30 +08:00
parent 2c92845af0
commit 60c25e4b65
8 changed files with 112 additions and 48 deletions

View File

@@ -259,6 +259,7 @@ class _LivePageState extends CommonPageState<LivePage, LiveController>
),
const Spacer(),
GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: () => Get.to(const LiveFollowPage()),
child: Row(
mainAxisSize: MainAxisSize.min,
@@ -293,6 +294,7 @@ class _LivePageState extends CommonPageState<LivePage, LiveController>
return SizedBox(
width: 65,
child: GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: () => PageUtils.toLiveRoom(item.roomid),
onLongPress: () {
Feedback.forLongPress(context);