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

Commit 95edb337 authored by Yorke Lee's avatar Yorke Lee
Browse files

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
parent 10219d98
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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