opt: share

This commit is contained in:
bggRGjQaUbCoE
2024-10-06 12:41:37 +08:00
parent 58ebce047d
commit 65fe9751ef
3 changed files with 12 additions and 6 deletions

View File

@@ -343,7 +343,7 @@ class BangumiIntroController extends CommonController {
),
onTap: () {
Get.back();
Share.share(videoUrl).whenComplete(() {});
Share.share(videoUrl);
},
),
],