commit | fa399a556d1dbfb6b1bf6985f137d23ec7c352af | [log] [tgz] |
---|---|---|
author | Wink Saville <wink@google.com> | Wed Nov 12 01:13:20 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Nov 12 01:13:21 2014 +0000 |
tree | acabb0fb993539ddb63e0c220aff61ede691b821 | |
parent | 18673ee9ead95034a1b4c3a9034787eab6cff318 [diff] | |
parent | 7f7c9c7228cee999f4f1baf6f0d420c3059d9b48 [diff] |
Merge "Update SubscriptionManager API as per API council." into lmp-mr1-dev
diff --git a/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java b/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java index 33eebca..86db174 100644 --- a/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java +++ b/src/com/android/contacts/common/widget/SelectPhoneAccountDialogFragment.java
@@ -196,7 +196,7 @@ holder.numberTextView.setVisibility(View.VISIBLE); holder.numberTextView.setText(account.getAddress().getSchemeSpecificPart()); } - holder.imageView.setImageDrawable(account.getIcon(getContext())); + holder.imageView.setImageDrawable(account.createIconDrawable(getContext())); return rowView; }