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

Commit a1caf21a authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6378851 from 5a0afa15 to rvc-release

Change-Id: I3c73a55156e7e2e25a7e01e523b92e564cf96f92
parents 5ebe800a 5a0afa15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1011,7 +1011,7 @@ public class InCallController extends CallsManagerListenerBase {
            // The call was regular but it is now external.  We must now remove it from any
            // InCallServices which do not support external calls.
            // Remove the call by sending a call update indicating the call was disconnected.
            Log.i(this, "Removing external call %", call);
            Log.i(this, "Removing external call %s", call);
            for (Map.Entry<InCallServiceInfo, IInCallService> entry : mInCallServices.entrySet()) {
                InCallServiceInfo info = entry.getKey();
                if (info.isExternalCallsSupported()) {