opt: follow page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-21 18:18:16 +08:00
parent 516eed76b7
commit 27bc68f264
3 changed files with 34 additions and 40 deletions

View File

@@ -105,6 +105,11 @@ class _OwnerFollowListState extends State<OwnerFollowList>
return FollowItem(
item: followList[index],
ctr: widget.ctr,
callback: (attr) {
followList[index].attribute =
attr == 0 ? -1 : 0;
followList.refresh();
},
);
}
},