mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 08:06:21 +08:00
@@ -22,9 +22,7 @@ class LiveCardV extends StatelessWidget {
|
||||
clipBehavior: Clip.hardEdge,
|
||||
margin: EdgeInsets.zero,
|
||||
child: InkWell(
|
||||
onTap: () {
|
||||
Get.toNamed('/liveRoom?roomid=${liveItem.roomId}');
|
||||
},
|
||||
onTap: () => Get.toNamed('/liveRoom?roomid=${liveItem.roomId}'),
|
||||
onLongPress: () => imageSaveDialog(
|
||||
title: liveItem.title,
|
||||
cover: liveItem.cover,
|
||||
|
||||
@@ -22,9 +22,7 @@ class LiveCardVApp extends StatelessWidget {
|
||||
clipBehavior: Clip.hardEdge,
|
||||
margin: EdgeInsets.zero,
|
||||
child: InkWell(
|
||||
onTap: () {
|
||||
Get.toNamed('/liveRoom?roomid=${item.roomid}');
|
||||
},
|
||||
onTap: () => Get.toNamed('/liveRoom?roomid=${item.roomid}'),
|
||||
onLongPress: () => imageSaveDialog(
|
||||
title: item.title,
|
||||
cover: item.cover,
|
||||
|
||||
Reference in New Issue
Block a user