|
@ -74,7 +74,7 @@ export function getAvatarUri( |
|
|
ensureAvatarCache(avatarCache); |
|
|
ensureAvatarCache(avatarCache); |
|
|
|
|
|
|
|
|
// Double the size to avoid blurring on the retina screen
|
|
|
// Double the size to avoid blurring on the retina screen
|
|
|
size *= 2 |
|
|
|
|
|
|
|
|
size *= 2; |
|
|
|
|
|
|
|
|
if (email == null || email.length === 0) { |
|
|
if (email == null || email.length === 0) { |
|
|
const avatar = createOrUpdateAvatar( |
|
|
const avatar = createOrUpdateAvatar( |
|
|