删除post中的following按钮
This commit is contained in:
@@ -719,9 +719,9 @@ fun Header(
|
||||
modifier = Modifier.weight(1f),
|
||||
color = AppColors.text,
|
||||
)
|
||||
if (AppState.UserId != userId) {
|
||||
if (AppState.UserId != userId && !isFollowing) {
|
||||
FollowButton(
|
||||
isFollowing = isFollowing,
|
||||
isFollowing = false,
|
||||
onFollowClick = onFollowClick,
|
||||
fontSize = 12.sp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user