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