mod: 修改已关注upup分组仅自己可见
This commit is contained in:
@ -84,7 +84,10 @@ class _FollowListState extends State<FollowList> {
|
||||
),
|
||||
);
|
||||
} else {
|
||||
return FollowItem(item: list[index]);
|
||||
return FollowItem(
|
||||
item: list[index],
|
||||
ctr: widget.ctr,
|
||||
);
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user