mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -142,7 +142,7 @@ class LaterController extends MultiSelectController<LaterData, LaterItemModel>
|
||||
title: '确认',
|
||||
content: content,
|
||||
onConfirm: () async {
|
||||
var res = await UserHttp.toViewClear(cleanType);
|
||||
final res = await UserHttp.toViewClear(cleanType);
|
||||
if (res.isSuccess) {
|
||||
onReload();
|
||||
final restTypes = List<LaterViewType>.from(LaterViewType.values)
|
||||
|
||||
Reference in New Issue
Block a user