mod: 修改已关注upup分组仅自己可见

This commit is contained in:
guozhigq
2023-10-22 11:24:51 +08:00
parent 445a37d305
commit 8aa38a36c6
3 changed files with 35 additions and 26 deletions

View File

@@ -101,7 +101,10 @@ class _OwnerFollowListState extends State<OwnerFollowList>
MediaQuery.of(context).padding.bottom),
);
} else {
return FollowItem(item: followList[index]);
return FollowItem(
item: followList[index],
ctr: widget.ctr,
);
}
},
)