Loading src/com/android/server/telecom/CallsManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -2040,7 +2040,7 @@ public class CallsManager extends Call.ListenerBase } Call activeCall = getActiveCall(); if (activeCall != call) { if (activeCall != null && activeCall != call) { Log.w(this, "Ignoring enter audio processing because there's already a call active"); return; } Loading Loading
src/com/android/server/telecom/CallsManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -2040,7 +2040,7 @@ public class CallsManager extends Call.ListenerBase } Call activeCall = getActiveCall(); if (activeCall != call) { if (activeCall != null && activeCall != call) { Log.w(this, "Ignoring enter audio processing because there's already a call active"); return; } Loading