mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: switch video part
This commit is contained in:
@@ -125,8 +125,12 @@ class _PagesPanelState extends State<PagesPanel> {
|
||||
clipBehavior: Clip.hardEdge,
|
||||
child: InkWell(
|
||||
onTap: () => {
|
||||
widget.changeFuc(widget.bvid, widget.pages[i].cid,
|
||||
IdUtils.bv2av(widget.bvid))
|
||||
widget.changeFuc(
|
||||
widget.bvid,
|
||||
widget.pages[i].cid,
|
||||
IdUtils.bv2av(widget.bvid),
|
||||
null,
|
||||
)
|
||||
},
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(
|
||||
|
||||
Reference in New Issue
Block a user