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,
|
clipBehavior: Clip.hardEdge,
|
||||||
child: InkWell(
|
child: InkWell(
|
||||||
onTap: () => {
|
onTap: () => {
|
||||||
widget.changeFuc(widget.bvid, widget.pages[i].cid,
|
widget.changeFuc(
|
||||||
IdUtils.bv2av(widget.bvid))
|
widget.bvid,
|
||||||
|
widget.pages[i].cid,
|
||||||
|
IdUtils.bv2av(widget.bvid),
|
||||||
|
null,
|
||||||
|
)
|
||||||
},
|
},
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.symmetric(
|
padding: const EdgeInsets.symmetric(
|
||||||
|
|||||||
Reference in New Issue
Block a user