mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +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,
|
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: '转发',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user