fix: share video

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-11 14:29:05 +08:00
parent 2556290a6e
commit 3da64d2641

View File

@@ -2278,7 +2278,8 @@ class _HeaderControlState extends State<HeaderControl> {
FontAwesomeIcons.shareFromSquare, FontAwesomeIcons.shareFromSquare,
color: Colors.white, color: Colors.white,
), ),
onTap: videoIntroController.actionShareVideo, onTap: () => videoIntroController
.actionShareVideo(context),
semanticsLabel: '分享', semanticsLabel: '分享',
), ),
), ),
@@ -2381,7 +2382,8 @@ class _HeaderControlState extends State<HeaderControl> {
FontAwesomeIcons.shareFromSquare, FontAwesomeIcons.shareFromSquare,
color: Colors.white, color: Colors.white,
), ),
onTap: bangumiIntroController.actionShareVideo, onTap: () => bangumiIntroController
.actionShareVideo(context),
semanticsLabel: '转发', semanticsLabel: '转发',
), ),
), ),