Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-15 12:24:39 +08:00
parent cb58822009
commit bdc524e486
29 changed files with 223 additions and 248 deletions

View File

@@ -218,12 +218,8 @@ class HistoryItem extends StatelessWidget {
business != 'live' &&
business?.contains('article') != true)
PopupMenuItem(
onTap: () async {
final res = await UserHttp.toViewLater(
bvid: item.history.bvid,
);
SmartDialog.showToast(res['msg']);
},
onTap: () =>
UserHttp.toViewLater(bvid: item.history.bvid),
height: 38,
child: const Row(
children: [