fix: 弹幕显示&弹幕设置缓存
This commit is contained in:
@ -413,7 +413,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
|||||||
height: 32,
|
height: 32,
|
||||||
child: TextButton(
|
child: TextButton(
|
||||||
style: ButtonStyle(
|
style: ButtonStyle(
|
||||||
padding: WidgetStateProperty.all(EdgeInsets.zero),
|
padding: MaterialStateProperty.all(EdgeInsets.zero),
|
||||||
),
|
),
|
||||||
onPressed: () => vdCtr.showShootDanmakuSheet(),
|
onPressed: () => vdCtr.showShootDanmakuSheet(),
|
||||||
child:
|
child:
|
||||||
@ -623,6 +623,8 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
|||||||
right: 0,
|
right: 0,
|
||||||
child: handlePlayPanel(),
|
child: handlePlayPanel(),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user