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

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

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

* commit '0b4e8a27':
  Add support to clean up calls that are alive
parents 54a8266d 0b4e8a27
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 {