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

Commit b1414620 authored by Walter Jang's avatar Walter Jang
Browse files

Use pawless icon in AOSP contacts

Also renamed it to distinguish it from the one in GoogleContacts

Change-Id: I83a465d6c1083758948afba59f9239c45806faa6
parent 3e21eefe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ public abstract class BaseAccountType extends AccountType {
        this.accountType = null;
        this.dataSet = null;
        this.titleRes = R.string.account_phone;
        this.iconRes = R.mipmap.ic_contacts_clr_48cv_44dp;
        this.iconRes = R.mipmap.ic_contacts_launcher;
    }

    protected static EditType buildPhoneType(int type) {
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ public class FallbackAccountType extends BaseAccountType {
        this.accountType = null;
        this.dataSet = null;
        this.titleRes = R.string.account_phone;
        this.iconRes = R.mipmap.ic_contacts_clr_48cv_44dp;
        this.iconRes = R.mipmap.ic_contacts_launcher;

        // Note those are only set for unit tests.
        this.resourcePackageName = resPackageName;