mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: add missing getback
This commit is contained in:
@@ -167,6 +167,7 @@ class MorePanel extends StatelessWidget {
|
||||
),
|
||||
leading: const Icon(Icons.share_outlined, size: 19),
|
||||
onTap: () async {
|
||||
Get.back();
|
||||
var result = await Share.share(
|
||||
'${HttpString.baseUrl}/dynamic/${item.idStr} UP主: ${item.modules.moduleAuthor.name}')
|
||||
.whenComplete(() {});
|
||||
|
||||
Reference in New Issue
Block a user