Fixes the profile display for new users without pictures.
This commit is contained in:
@@ -160,7 +160,6 @@ fun ProfileContent(
|
|||||||
}
|
}
|
||||||
|
|
||||||
Column(modifier = modifier) {
|
Column(modifier = modifier) {
|
||||||
profilePicture?.let {
|
|
||||||
RobohashAsyncImageProxy(
|
RobohashAsyncImageProxy(
|
||||||
robot = profilePubHex,
|
robot = profilePubHex,
|
||||||
model = profilePicture,
|
model = profilePicture,
|
||||||
@@ -178,7 +177,6 @@ fun ProfileContent(
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
}
|
|
||||||
|
|
||||||
if (bestDisplayName != null) {
|
if (bestDisplayName != null) {
|
||||||
CreateTextWithEmoji(
|
CreateTextWithEmoji(
|
||||||
|
|||||||
Reference in New Issue
Block a user