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

Commit 291bda97 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Add support for held SRVCC conference call"

parents 43371300 f8369aee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -271,7 +271,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()) { //Any Call that is alive
                            mCallsManager.markCallAsDisconnected(
                                    call, new DisconnectCause(DisconnectCause.REMOTE));
                        } else {