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

Commit 7d72799c 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 47f22841 0f719b4b
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);