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

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

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

Change-Id: If1e3646e95b92e9c590c4254dcb1b073eddf0c1d
parents ba260878 a69b4110
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1326,10 +1326,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;
        }
    }