mod: live room

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-11 11:44:58 +08:00
parent 26b437f5df
commit 32d2ec8ca0
12 changed files with 38 additions and 77 deletions

View File

@@ -23,8 +23,7 @@ class LiveCardV extends StatelessWidget {
margin: EdgeInsets.zero,
child: InkWell(
onTap: () {
Get.toNamed('/liveRoom?roomid=${liveItem.roomId}',
arguments: {'liveItem': liveItem, 'heroTag': heroTag});
Get.toNamed('/liveRoom?roomid=${liveItem.roomId}');
},
onLongPress: () => imageSaveDialog(
context: context,

View File

@@ -23,8 +23,7 @@ class LiveCardVFollow extends StatelessWidget {
margin: EdgeInsets.zero,
child: InkWell(
onTap: () {
Get.toNamed('/liveRoom?roomid=${liveItem.roomId}',
arguments: {'liveItem': liveItem, 'heroTag': heroTag});
Get.toNamed('/liveRoom?roomid=${liveItem.roomId}');
},
onLongPress: () => imageSaveDialog(
context: context,