Fix public profile string not showing
This commit is contained in:
parent
45bd215004
commit
57668d3164
1 changed files with 1 additions and 2 deletions
|
@ -150,8 +150,7 @@ fun PublicProfileEllipsis(
|
||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
imageVector = ImageVector.vectorResource(id = R.drawable.ic_more_horizontal),
|
imageVector = ImageVector.vectorResource(id = R.drawable.ic_more_horizontal),
|
||||||
contentDescription = resources().getString(AppText.view_more),
|
contentDescription = resources().getString(AppText.view_more)
|
||||||
modifier = Modifier.fillMaxSize()
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue