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

Commit c9cfbd07 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Send call state to native when silence mode is on"

parents 0b9905f3 5e683423
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -843,8 +843,6 @@ public class HeadsetStateMachine extends StateMachine {
                    break;
                }
                case CALL_STATE_CHANGED: {
                    if (mDeviceSilenced) break;

                    HeadsetCallState callState = (HeadsetCallState) message.obj;
                    if (!mNativeInterface.phoneStateChange(mDevice, callState)) {
                        stateLogW("processCallState: failed to update call state " + callState);