diff --git a/lib/pages/later/controller.dart b/lib/pages/later/controller.dart index 3cfb89f1..af7f23c7 100644 --- a/lib/pages/later/controller.dart +++ b/lib/pages/later/controller.dart @@ -52,7 +52,8 @@ class LaterController extends MultiSelectController { ), TextButton( onPressed: () async { - var res = await UserHttp.toViewDel(aids: [aid]); + var res = + await UserHttp.toViewDel(aids: aid != null ? [aid] : null); if (res['status']) { if (aid != null) { List list = (loadingState.value as Success).response;