mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: share video
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -2278,7 +2278,8 @@ class _HeaderControlState extends State<HeaderControl> {
|
||||
FontAwesomeIcons.shareFromSquare,
|
||||
color: Colors.white,
|
||||
),
|
||||
onTap: videoIntroController.actionShareVideo,
|
||||
onTap: () => videoIntroController
|
||||
.actionShareVideo(context),
|
||||
semanticsLabel: '分享',
|
||||
),
|
||||
),
|
||||
@@ -2381,7 +2382,8 @@ class _HeaderControlState extends State<HeaderControl> {
|
||||
FontAwesomeIcons.shareFromSquare,
|
||||
color: Colors.white,
|
||||
),
|
||||
onTap: bangumiIntroController.actionShareVideo,
|
||||
onTap: () => bangumiIntroController
|
||||
.actionShareVideo(context),
|
||||
semanticsLabel: '转发',
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user