mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: later: del viewed
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -52,7 +52,8 @@ class LaterController extends MultiSelectController {
|
|||||||
),
|
),
|
||||||
TextButton(
|
TextButton(
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
var res = await UserHttp.toViewDel(aids: [aid]);
|
var res =
|
||||||
|
await UserHttp.toViewDel(aids: aid != null ? [aid] : null);
|
||||||
if (res['status']) {
|
if (res['status']) {
|
||||||
if (aid != null) {
|
if (aid != null) {
|
||||||
List list = (loadingState.value as Success).response;
|
List list = (loadingState.value as Success).response;
|
||||||
|
|||||||
Reference in New Issue
Block a user