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

Commit 999194b2 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Remove old pending calls if not reused

am: 10139b2d

Change-Id: I152cddeee93ea28c63d33c420b4f68ab1d877b9b
parents 2092b193 10139b2d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -834,6 +834,7 @@ public class CallsManager extends Call.ListenerBase
                reusedCall = pendingCall;
            } else {
                Log.i(this, "Not reusing disconnected call %s", pendingCall);
                callIter.remove();
                pendingCall.disconnect();
            }
        }