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

Commit 15a2b014 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Remove old pending calls if not reused am: 10139b2d

am: 999194b2

Change-Id: Iffced316456acdc3d761805a09f83dd4fa45d027
parents 74595d60 999194b2
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();
            }
        }