Eric Amodio 3 лет назад
Родитель
Сommit
fde7defb31
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/avatars.ts

+ 1
- 1
src/avatars.ts Просмотреть файл

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

Загрузка…
Отмена
Сохранить