Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25c45242 authored by cketti's avatar cketti
Browse files

Resize contact images to display size

Display size was changed in 20d229c9
parent 370ef4c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ public class ContactPictureLoader {
    /**
     * Resize the pictures to the following value (device-independent pixels).
     */
    private static final int PICTURE_SIZE = 48;
    private static final int PICTURE_SIZE = 40;

    /**
     * Maximum number of email addresses to store in {@link #mUnknownContactsCache}.