Przeglądaj źródła

Fixes #1511: Double the size of the Avatar

main
Aex 3 lat temu
committed by GitHub
rodzic
commit
d8dbf25853
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć
  1. +3
    -0
      src/avatars.ts

+ 3
- 0
src/avatars.ts Wyświetl plik

@ -73,6 +73,9 @@ export function getAvatarUri(
): Uri | Promise<Uri> {
ensureAvatarCache(avatarCache);
// Double the size to avoid blurring on the retina screen
size *= 2
if (email == null || email.length === 0) {
const avatar = createOrUpdateAvatar(
`${missingGravatarHash}:${size}`,

Ładowanie…
Anuluj
Zapisz