mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 03:56:24 +02:00
Merge pull request #322 from believethehype/profile_longnames
Fixed long usernames in profile
This commit is contained in:
@@ -430,12 +430,13 @@ private fun DrawAdditionalInfo(baseUser: User, account: Account, accountViewMode
|
||||
fontSize = 25.sp
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
Row(verticalAlignment = Alignment.CenterVertically) {
|
||||
user.bestUsername()?.let {
|
||||
Text(
|
||||
"@$it",
|
||||
color = MaterialTheme.colors.onSurface.copy(alpha = 0.32f),
|
||||
modifier = Modifier.padding(top = 1.dp, bottom = 1.dp, start = 5.dp)
|
||||
modifier = Modifier.padding(top = 1.dp, bottom = 1.dp)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user