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

Commit 40a8c9ac authored by Walter Jang's avatar Walter Jang Committed by Android (Google) Code Review
Browse files

Merge "Use pawless icon in AOSP contacts" into ub-contactsdialer-b-dev

parents 8b84b39b b1414620
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;