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

Commit eccbb367 authored by Martin Brabham's avatar Martin Brabham Committed by android-build-merger
Browse files

Merge "Fix bug for CLCC polling; remove message if not using" am: 5a671020 am: 401ca7c5

am: 7e3559d6

Change-Id: I8e69b8c677991aba376469a52730d61af77164a3
parents 48c1491e 7e3559d6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -400,6 +400,8 @@ public class HeadsetClientStateMachine extends StateMachine {
                if (getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING) != null) {
                    Log.d(TAG, "Still have incoming call; polling");
                    sendMessageDelayed(QUERY_CURRENT_CALLS, QUERY_CURRENT_CALLS_WAIT_MILLIS);
                } else {
                    removeMessages(QUERY_CURRENT_CALLS);
                }
            }
        }