Fix public profile string not showing

This commit is contained in:
Tibo De Peuter 2023-05-16 09:32:20 +02:00
parent 45bd215004
commit 57668d3164

View file

@ -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()
) )
} }