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

Commit 3614116d authored by Anju Mathapati's avatar Anju Mathapati Committed by Linux Build Service Account
Browse files

Ims: Handle conference call in DIALING state

Handle conference call in DIALING state that is
originated by conference uri dialer

Change-Id: I6ac0c8fa160e9b4792fbf7f382bf4ab603370552
CRs-Fixed: 910274
parent aa93b84c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -573,6 +573,7 @@ public abstract class Conference extends Conferenceable {

    private void setState(int newState) {
        if (newState != Connection.STATE_ACTIVE &&
                newState != Connection.STATE_DIALING &&
                newState != Connection.STATE_HOLDING &&
                newState != Connection.STATE_DISCONNECTED) {
            Log.w(this, "Unsupported state transition for Conference call.",