mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-29 08:52:31 +02:00
Fixes the profile display for new users without pictures.
This commit is contained in:
@@ -160,7 +160,6 @@ fun ProfileContent(
|
||||
}
|
||||
|
||||
Column(modifier = modifier) {
|
||||
profilePicture?.let {
|
||||
RobohashAsyncImageProxy(
|
||||
robot = profilePubHex,
|
||||
model = profilePicture,
|
||||
@@ -178,7 +177,6 @@ fun ProfileContent(
|
||||
}
|
||||
})
|
||||
)
|
||||
}
|
||||
|
||||
if (bestDisplayName != null) {
|
||||
CreateTextWithEmoji(
|
||||
|
Reference in New Issue
Block a user