fix: 弹幕显示&弹幕设置缓存

This commit is contained in:
guozhigq
2024-06-11 22:59:07 +08:00
parent a9428fdc72
commit b511519323

View File

@ -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(),
), ),
),
),
], ],
), ),
); );