summaryrefslogtreecommitdiff
path: root/src/com/android/dialer/list
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-10-24 13:51:04 -0700
committerYorke Lee <yorkelee@google.com>2013-10-24 13:51:04 -0700
commit95edb337e57f5fb42eef1cda4eb2e9f52bc68ee4 (patch)
treeb806f393a82905cae2fd1e3726751eba29334582 /src/com/android/dialer/list
parent10219d98ea9095404cde98d34512c2d322de39e6 (diff)
Remove use of applicationScale from ContactsCommon
ApplicationScale is always 1.0 by default if android:anyDensity is not specified in AndroidManifest.xml Change-Id: I74893b9deb6500ed881aa48525a3becaef88480f
Diffstat (limited to 'src/com/android/dialer/list')
-rw-r--r--src/com/android/dialer/list/PhoneFavoriteTileView.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/dialer/list/PhoneFavoriteTileView.java b/src/com/android/dialer/list/PhoneFavoriteTileView.java
index 371c8057c..ecf561662 100644
--- a/src/com/android/dialer/list/PhoneFavoriteTileView.java
+++ b/src/com/android/dialer/list/PhoneFavoriteTileView.java
@@ -229,8 +229,7 @@ public abstract class PhoneFavoriteTileView extends ContactTileView {
if (TextUtils.isEmpty(mPhoneNumberString)) {
// Copy "superclass" implementation
mListener.onContactSelected(getLookupUri(), MoreContactUtils
- .getTargetRectFromView(
- mContext, PhoneFavoriteTileView.this));
+ .getTargetRectFromView(PhoneFavoriteTileView.this));
} else {
// When you tap a frequently-called contact, you want to
// call them at the number that you usually talk to them