summaryrefslogtreecommitdiffstats
path: root/src/com/android/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/server')
-rwxr-xr-xsrc/com/android/server/telecom/CallLogManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/server/telecom/CallLogManager.java b/src/com/android/server/telecom/CallLogManager.java
index aaa34668..ce60d0b5 100755
--- a/src/com/android/server/telecom/CallLogManager.java
+++ b/src/com/android/server/telecom/CallLogManager.java
@@ -169,7 +169,7 @@ public final class CallLogManager extends CallsManagerListenerBase {
}
// Always show the notification for managed calls. For self-managed calls, it is up to
// the app to show the notification, so suppress the notification when logging the call.
- boolean showNotification = !call.isLoggedSelfManaged();
+ boolean showNotification = !call.isSelfManaged();
logCall(call, type, showNotification);
}
}