Fixed scroll stuttering

pull/207/head
M66B 2 years ago
parent f307f70e48
commit 0edbd0be0c

@ -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

Loading…
Cancel
Save