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

Commit 1c350b4e authored by Shriram Ganesh's avatar Shriram Ganesh Committed by Android Git Automerger
Browse files

am ad344d00: am 0b4e8a27: Add support to clean up calls that are alive

* commit 'ad344d00':
  Add support to clean up calls that are alive
parents c70c5016 ad344d00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@ final class ConnectionServiceWrapper extends ServiceBinder<IConnectionService> {
                case MSG_REMOVE_CALL: {
                    call = mCallIdMapper.getCall(msg.obj);
                    if (call != null) {
                        if (call.isActive()) {
                        if (call.isAlive()) {
                            mCallsManager.markCallAsDisconnected(
                                    call, new DisconnectCause(DisconnectCause.REMOTE));
                        } else {