summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/CallCardPresenter.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/CallCardPresenter.java')
-rw-r--r--java/com/android/incallui/CallCardPresenter.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/com/android/incallui/CallCardPresenter.java b/java/com/android/incallui/CallCardPresenter.java
index be9b3ef6c..d49d556a6 100644
--- a/java/com/android/incallui/CallCardPresenter.java
+++ b/java/com/android/incallui/CallCardPresenter.java
@@ -712,6 +712,7 @@ public class CallCardPresenter
showContactPhoto,
hasWorkCallProperty,
false /* isSpam */,
+ false /* isLocalContact */,
false /* answeringDisconnectsOngoingCall */,
shouldShowLocation(),
null /* contactInfoLookupKey */,
@@ -760,6 +761,7 @@ public class CallCardPresenter
showContactPhoto,
hasWorkCallProperty || isWorkContact,
mPrimary.isSpam(),
+ mPrimaryContactInfo.isLocalContact(),
mPrimary.answeringDisconnectsForegroundVideoCall(),
shouldShowLocation(),
mPrimaryContactInfo.lookupKey,