Fixed scroll stuttering

This commit is contained in:
M66B 2022-04-09 19:55:43 +02:00
parent f307f70e48
commit 0edbd0be0c
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class ContactInfo {
private static final ExecutorService executorFavicon =
Helper.getBackgroundExecutor(0, "favicon");
private static final int GENERATED_ICON_SIZE = 96; // dp
private static final int GENERATED_ICON_SIZE = 48; // dp
private static final int FAVICON_ICON_SIZE = 64; // dp
private static final int GRAVATAR_TIMEOUT = 5 * 1000; // milliseconds
private static final int FAVICON_CONNECT_TIMEOUT = 5 * 1000; // milliseconds