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

Commit 7e463b3d authored by Gary Kipnis's avatar Gary Kipnis
Browse files

Changed call waiting behavior to hold from end of the current call

Change-Id: I46b4ce58ed207f2d00868c99838ab20ade64db4f
Ticket-Id: CYNGNOS-474
parent 0e326df1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -902,7 +902,7 @@ public class CallsManager extends Call.ListenerBase implements VideoProviderProx
     * @param videoState The video state in which to answer the call.
     */
    void answerCall(final Call call, final int videoState) {
        answerCall(call, videoState, TelecomManager.CALL_WAITING_RESPONSE_NO_POPUP_END_CALL);
        answerCall(call, videoState, TelecomManager.CALL_WAITING_RESPONSE_NO_POPUP_HOLD_CALL);
    }

    /**