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

Commit 5a1eb307 authored by lei.huang's avatar lei.huang
Browse files

Issue 128554727: UE fail to unhold call when user swap active/hold call.

[root cause  ]"onHold" state of ImsCall is N  but  the session is held
[changes     ]Change the mHold when callSessionHeld
[issue address]https://partnerissuetracker.corp.google.com/u/0/issues/128554727

Change-Id: Iaa707ceb1713f563844f4227d76435db41fa0884
parent 79e54d94
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2454,6 +2454,7 @@ public class ImsCall implements ICall {
                    return;
                }

                mHold = true;
                mUpdateRequest = UPDATE_NONE;
                listener = mListener;
            }