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

Commit a69b4110 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Set mHold as true before hold. am: 4cc64777 am: 4ae473b7

Change-Id: Idd696ae7c046727d073097b0bb3c1a41e765837b
parents 2d906d4e 4ae473b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1325,10 +1325,10 @@ public class ImsCall implements ICall {
                        ImsReasonInfo.CODE_LOCAL_CALL_TERMINATED);
            }

            mSession.hold(createHoldMediaProfile());
            // FIXME: We should update the state on the callback because that is where
            // we can confirm that the hold request was successful or not.
            mHold = true;
            mSession.hold(createHoldMediaProfile());
            mUpdateRequest = UPDATE_HOLD;
        }
    }